/* CSS Document */
::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}

::-webkit-scrollbar-track {
  border-radius: 0;
  background: rgba(255, 255, 255, 0);
}

::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background: #aaaaaa;
}

::-webkit-scrollbar-thumb:hover {
  border-radius: 5px;
  background: #aaaaaa;
}

:root {
  --vh: 1vh; /*calc(var(--vh) * 100) == 100vh */
}

root {
  --hover_color:#254194;
}

@font-face {
  font-family: "albb_black";
  src: url("../fonts/albb_black.woff2") format("woff2"), url("../fonts/albb_black.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "albb_bold";
  src: url("../fonts/albb_bold.woff2") format("woff2"), url("../fonts/albb_bold.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "albb_extrabold";
  src: url("../fonts/albb_extrabold.woff2") format("woff2"), url("../fonts/albb_extrabold.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "albb_heavy";
  src: url("../fonts/albb_heavy.woff2") format("woff2"), url("../fonts/albb_heavy.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "albb_light";
  src: url("../fonts/albb_light.woff2") format("woff2"), url("../fonts/albb_light.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "albb_medium";
  src: url("../fonts/albb_medium.woff2") format("woff2"), url("../fonts/albb_medium.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "albb_regular";
  src: url("../fonts/albb_regular.woff2") format("woff2"), url("../fonts/albb_regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "albb_semibold";
  src: url("../fonts/albb_semibold.woff2") format("woff2"), url("../fonts/albb_semibold.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "albb_thin";
  src: url("../fonts/albb_thin.woff2") format("woff2"), url("../fonts/albb_thin.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
body {
  font-family: "albb_regular", -apple-system, BlinkMacSystemFont, PingFang SC, Microsoft YaHei, Arial;
  margin: 0;
  padding: 0;
  font-style: normal !important;
  font-variant: normal !important;
  color: #000;
  font-size: 12px;
  margin: 0px auto;
  padding: 0px;
}

.albb_font {
  font-family: albb;
}

a {
  color: #000;
  text-decoration: none;
  outline: none;
  transition: 0.3s linear;
  -webkit-transition: 0.3s linear;
  -o-transition: 0.3s linear;
  -moz-transition: 0.3s linear;
}

a:hover {
  color: #018141;
  text-decoration: none;
  outline: none;
}

a:focus {
  outline: none;
  text-decoration: none;
}

.clear {
  clear: both;
  font-size: 0vw;
  line-height: 0;
  height: 0;
}

* html .clearfix {
  zoom: 1;
}

*:first-child + html .clearfix {
  zoom: 1;
}

.cell, .cell2, .cell3 {
  border-collapse: collapse;
  border-spacing: 0;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

a, img {
  border: 0px;
}

br {
  font-family: SimSun;
}

p {
  margin: 0px;
  padding: 0px;
  line-height: 1.75;
}

i {
  margin: 0px;
  padding: 0px;
  font-style: normal;
}

ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
}

ul li {
  margin: 0px;
  padding: 0px;
  list-style: none;
}

br {
  margin: 0px;
  padding: 0px;
}

.clearheight {
  width: 100%;
  height: 1px;
  overflow: hidden;
}

input, select, textarea {
  font-family: "albb_regular", -apple-system, BlinkMacSystemFont, PingFang SC, Microsoft YaHei, Arial;
  outline: none;
}

input::-ms-clear, input::-ms-reveal {
  display: none;
}

input[type=text]:disabled {
  background-color: #999;
}

input::-moz-placeholder {
  color: #000;
}

input::-moz-placeholder {
  color: #000;
}

input::-ms-input-placeholder {
  color: #000;
}

input::-webkit-input-placeholder {
  color: #000;
}

input[type=text], input[type=button], input[type=submit], input[type=reset], select, textarea, button {
  -webkit-appearance: none;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}

input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0vw 13.3333vw white inset;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}

input[type=button], input[type=text], input[type=password] {
  -webkit-appearance: none;
  outline: none;
}

a, a:hover, a:active, a:visited, a:link, a:focus {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: transparent;
  outline: none;
  background: none;
  text-decoration: none;
}

/*loading*/
.loading {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: fixed;
  left: 0px;
  top: 0px;
  z-index: 9998;
  display: block;
}

.loading b.b1 {
  width: 100%;
  height: 100%;
  display: block;
  overflow: hidden;
  background-color: #004c98;
  position: absolute;
  left: 0px;
  top: 0%;
}

.container {
  width: 100%;
}

.section {
  width: 100%;
  background-color: #fff;
}

.section .pagefr_n {
  width: 100%;
  height: calc(var(--vh) * 100);
  overflow: hidden;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s linear;
  -webkit-transition: 0.3s linear;
  -o-transition: 0.3s linear;
  -moz-transition: 0.3s linear;
}

.section.active .pagefr_n {
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
}

@-webkit-keyframes an_0 {
  0% {
    box-shadow: 0 0 0px 0px rgba(24, 152, 242, 0);
  }
  50% {
    box-shadow: 0 0 10px 3px rgba(24, 152, 242, 0.6);
  }
  100% {
    box-shadow: 0 0 0px 0px rgba(24, 152, 242, 0);
  }
}
@keyframes an_0 {
  0% {
    box-shadow: 0 0 0px 0px rgba(24, 152, 242, 0);
  }
  50% {
    box-shadow: 0 0 10px 3px rgba(24, 152, 242, 0.6);
  }
  100% {
    box-shadow: 0 0 0px 0px rgba(24, 152, 242, 0);
  }
}
@-webkit-keyframes an_02 {
  0% {
    transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
  }
  100% {
    transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
  }
}
@keyframes an_02 {
  0% {
    transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
  }
  100% {
    transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
  }
}
.an_02 {
  -webkit-animation-name: an_02;
  animation-name: an_02;
}

@-webkit-keyframes an_01 {
  0% {
    transform: scale(0.99, 0.99);
    -moz-transform: scale(0.99, 0.99);
    -webkit-transform: scale(0.99, 0.99);
  }
  50% {
    transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
  }
  100% {
    transform: scale(0.99, 0.99);
    -moz-transform: scale(0.99, 0.99);
    -webkit-transform: scale(0.99, 0.99);
  }
}
@keyframes an_01 {
  0% {
    transform: scale(0.99, 0.99);
    -moz-transform: scale(0.99, 0.99);
    -webkit-transform: scale(0.99, 0.99);
  }
  50% {
    transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
  }
  100% {
    transform: scale(0.99, 0.99);
    -moz-transform: scale(0.99, 0.99);
    -webkit-transform: scale(0.99, 0.99);
  }
}
@-webkit-keyframes an_03 {
  0% {
    opacity: 0.5;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0.5;
  }
}
@keyframes an_03 {
  0% {
    opacity: 0.5;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0.5;
  }
}
.an_03 {
  -webkit-animation-name: an_03;
  animation-name: an_03;
}

@-webkit-keyframes an_zdy {}
@keyframes an_zdy {}
.an_zdy {
  -webkit-animation-name: an_zdy;
  animation-name: an_zdy;
}

@-webkit-keyframes an_04 {
  0% {
    transform: translateX(0px);
    -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
  }
  50% {
    transform: translateX(-0.05rem);
    -webkit-transform: translateX(-0.05rem);
    -moz-transform: translateX(-0.05rem);
  }
  100% {
    transform: translateX(0px);
    -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
  }
}
@keyframes an_04 {
  0% {
    transform: translateX(0px);
    -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
  }
  50% {
    transform: translateX(-0.05rem);
    -webkit-transform: translateX(-0.05rem);
    -moz-transform: translateX(-0.05rem);
  }
  100% {
    transform: translateX(0px);
    -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
  }
}
@-webkit-keyframes an_05 {
  0% {
    transform: translateX(0px);
    -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
  }
  50% {
    transform: translateX(0.05rem);
    -webkit-transform: translateX(0.05rem);
    -moz-transform: translateX(0.05rem);
  }
  100% {
    transform: translateX(0px);
    -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
  }
}
@keyframes an_05 {
  0% {
    transform: translateX(0px);
    -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
  }
  50% {
    transform: translateX(0.05rem);
    -webkit-transform: translateX(0.05rem);
    -moz-transform: translateX(0.05rem);
  }
  100% {
    transform: translateX(0px);
    -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
  }
}
@-webkit-keyframes an_06 {
  0% {
    transform: translateX(-0.05rem);
    -webkit-transform: translateX(-0.05rem);
    -moz-transform: translateX(-0.05rem);
  }
  50% {
    transform: translateX(0px);
    -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
  }
  100% {
    transform: translateX(0.05rem);
    -webkit-transform: translateX(0.05rem);
    -moz-transform: translateX(0.05rem);
  }
}
@keyframes an_06 {
  0% {
    transform: translateX(-0.05rem);
    -webkit-transform: translateX(-0.05rem);
    -moz-transform: translateX(-0.05rem);
  }
  50% {
    transform: translateX(0px);
    -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
  }
  100% {
    transform: translateX(0.05rem);
    -webkit-transform: translateX(0.05rem);
    -moz-transform: translateX(0.05rem);
  }
}
@-webkit-keyframes ksan {
  0% {
    -webkit-transform: scale(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1.5);
    opacity: 0;
  }
}
@keyframes ksan {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(1.5);
    opacity: 0;
  }
}
@-webkit-keyframes ksan_01 {
  0% {
    -webkit-transform: scale(0.8);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1.5);
    opacity: 0;
  }
}
@keyframes ksan_01 {
  0% {
    transform: scale(0.8);
    opacity: 1;
  }
  100% {
    transform: scale(1.5);
    opacity: 0;
  }
}
/*common*/
.in_body {
  min-height: 100vh;
  position: relative;
  background-color: #fff;
  opacity: 0;
}

.other_body {
  background-color: #f9f9f9;
}

.home_body {
  overflow: hidden;
  height: 100vh;
}

.wrap {
  width: 100%;
  margin: 0px auto;
  padding: 0px;
}

.wrap_in {
  margin: 0px 8.33vw;
}

.wrap_c {
  margin: 0px 10.42vw;
}

.wrap_c1 {
  margin: 0px 13.54vw;
}

.wrap_c2 {
  margin: 0px 15.63vw;
}

.w_wap {
  display: none !important;
}

.topfr {
  overflow: visible;
  height: 1rem;
  background-color: #fff;
  z-index: 9999;
  position: sticky;
  left: 0px;
  top: 0px;
}

.topfr .fl {
  overflow: hidden;
  height: 1rem;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
}

.topfr .fl img {
  display: block;
  height: 0.4rem;
}

.topfr .fr {
  float: right;
}

.topfr .fr a {
  display: inline-block;
  line-height: 1rem;
}

.topfr .fr a.a1 {
  width: 0.18rem;
  background: url("../images/t_01.png") 50% no-repeat;
  background-size: 100%;
  float: left;
  height: 1rem;
  position: relative;
  transition: all 0.3s linear;
}

.topfr .fr a.a1.nobg {
  background: none;
  width: 0.18rem;
  background: url("../images/t_no.png") 50% no-repeat;
  background-size: 100%;
  float: left;
  height: 1rem;
  position: relative;
}

.topfr .fr a.a2 {
  font-family: albb_medium;
  background: url("../images/t_02.png") 100% 50% no-repeat;
  background-size: 0.12rem;
  padding-right: 0.24rem;
  float: left;
  margin-left: 0.35rem;
}

.topfr .fc {
  width: calc(100% - 2.7rem);
  overflow: visible;
  float: left;
  text-align: center;
  height: 1rem;
}

.sstcfr {
  width: 0rem;
  height: 0.4rem;
  overflow: hidden;
  background-color: #fff;
  border-radius: 0.4rem;
  position: absolute;
  right: calc(10.42vw + 0.7rem);
  top: 0.29rem;
  z-index: 999;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  transition: 0.3s linear;
  -webkit-transition: 0.3s linear;
  -o-transition: 0.3s linear;
  -moz-transition: 0.3s linear;
}

.sstcfr .sstc_txt {
  width: 100%;
  height: 100%;
  overflow: hidden;
  border: 0px;
  padding: 0px 0.2rem;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 1;
}

.sstcfr .sstc_txt::-moz-placeholder {
  color: #c1c1c1;
}

.sstcfr .sstc_txt::-moz-placeholder {
  color: #c1c1c1;
}

.sstcfr .sstc_txt::-ms-input-placeholder {
  color: #c1c1c1;
}

.sstcfr .sstc_txt::-webkit-input-placeholder {
  color: #c1c1c1;
}

.sstcfr .sstc_btn {
  width: 0.4rem;
  height: 0.4rem;
  border: 0px;
  cursor: pointer;
  background: url("../images/t_01_on.png") 50% no-repeat;
  background-size: 0.18rem;
  position: absolute;
  right: 0px;
  top: 0px;
  z-index: 9;
}

.sstcfr.on {
  width: 1.7rem;
  border: 0.01rem solid #d2d2d2;
}

.menufr {
  display: inline-block;
}

.menufr ul li {
  float: left;
  padding: 0px 0.44rem;
  position: relative;
}

.menufr ul li .menu_t {
  width: 100%;
  overflow: visible;
  height: 1rem;
  position: relative;
  color: #333;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  font-family: albb_medium;
}

.menufr ul li::before {
  content: "";
  width: 0.04rem;
  height: 0.04rem;
  background-color: #bebebe;
  display: block;
  overflow: hidden;
  background-color: #bebebe;
  position: absolute;
  right: 0px;
  top: 50%;
  transform: translateY(-50%);
}

.menufr ul li:first-child {
  padding-left: 0px;
}

.menufr ul li:last-child {
  padding-right: 0px;
}

.menufr ul li:last-child::before {
  display: none;
}

.menufr ul li .menu_t::before {
  content: "";
  widtH: 0%;
  height: 0.05rem;
  display: block;
  overflow: hidden;
  background-color: #eb7930;
  position: absolute;
  left: -0.44rem;
  bottom: 0px;
  transition: 0.3s linear;
  -webkit-transition: 0.3s linear;
  -o-transition: 0.3s linear;
  -moz-transition: 0.3s linear;
}

.menufr ul li .menu_c {
  width: 100%;
  overflow: visible;
  position: absolute;
  left: 0px;
  top: 1rem;
  background-color: #f0f0f0;
  display: none;
}

.menufr ul li .menu_c1 {
  width: 100%;
  overflow: visible;
  padding: 0.1rem 0px;
  font-family: albb_medium;
}

.menufr ul li .menu_c1 p {
  width: 100%;
  overflow: hidden;
  padding: 0rem 0.2rem;
  line-height: 0.4rem;
  text-align: left;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.menufr ul li .menu_c1 p a {
  color: #333;
}

.menufr ul li .menu_c1 p a:hover {
  color: #e17530;
}

.menufr ul li .menu_c2 {
  width: 100%;
  overflow: visible;
  padding: 0.1rem 0px;
  font-family: albb_medium;
  position: relative;
}

.menufr ul li .menu_c2 .muc2_li {
  width: 100%;
  overflow: visible;
  position: relative;
}

.menufr ul li .menu_c2 .muc2_li .muc2_li_t {
  width: 100%;
  height: 0.4rem;
  overflow: hidden;
  line-height: 0.4rem;
  text-align: left;
  padding: 0px 0.2rem 0px 0.2rem;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.menufr ul li .menu_c2 .muc2_li .muc2_li_t a {
  width: 100%;
  display: block;
  overflow: hidden;
}

.menufr ul li .menu_c2 .muc2_li .muc2_li_t a.a1 {
  background: url("../images/top_04.png") 100% calc(50% - 0.01rem) no-repeat;
  background-size: 0.08rem;
}

.menufr ul li .menu_c2 .muc2_li .muc2_li_c {
  width: 2.4rem;
  background-color: #f0f0f0;
  overflow: hidden;
  display: none;
  position: absolute;
  left: 100%;
  top: 0px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -moz-box-shadow: 0px 0px 0.2rem rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 0px 0px 0.2rem rgba(0, 0, 0, 0.25);
  box-shadow: 0px 0px 0.2rem rgba(0, 0, 0, 0.25);
}

.menufr ul li .menu_c2 .muc2_li .muc2_li_c .muc2lic_c {
  width: 100%;
  overflow: hidden;
  padding: 0.1rem 0px;
}

.menufr ul li .menu_c2 .muc2_li .muc2_li_c p {
  width: 100%;
  overflow: hidden;
  line-height: 1.5;
  text-align: left;
  padding: 0.05rem 0.2rem;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.menufr ul li .menu_c2 .muc2_li .muc2_li_c p a {
  color: #333;
}

.menufr ul li .menu_c2 .muc2_li .muc2_li_c p a:hover {
  color: #e17530;
}

.menufr ul li .menu_c2 .muc2_li.on .muc2_li_c {
  display: block;
}

.menufr ul li .menu_c2 .muc2_li.on .muc2_li_t a {
  color: #e17530;
}

.menufr ul li .menu_c2 .muc2_li.on .muc2_li_t a.a1 {
  background: url("../images/top_03.png") 100% calc(50% - 0.01rem) no-repeat;
  background-size: 0.08rem;
}

.menufr ul li.on .menu_t::before {
  width: calc(100% + 0.88rem);
}

.menufr ul li.on .menu_c {
  display: block;
}

.in_01 {
  width: 100%;
  overflow: hidden;
  background-color: red;
}

.in_01_slide {
  width: 100%;
  height: calc(var(--vh) * 100 - 1rem);
  overflow: hidden;
  position: relative;
}

.in_01_slide .swiper-slide {
  width: 100%;
  overflow: hidden;
  position: relative;
}

.in_01_slide .swiper-slide .in_01_bg {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 1;
}

.in_01_slide .swiper-slide .in_01_txt:after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: rgba(0, 0, 0, 0.5);
  z-index: 2;
}

.in_01_slide .swiper-slide .in_01_bg img {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 8;
  object-fit: cover;
  transition: 5s linear;
  -webkit-transition: 5s linear;
  -o-transition: 5s linear;
  -moz-transition: 5s linear;
}

.in_01_slide .swiper-slide .in_01_bg video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  background-color: #000;
  position: absolute;
  left: 0px;
  top: 0px;
}

.in_01_slide .swiper-slide-active .in_01_bg img {
  transform: scale(1.06);
  -moz-transform: scale(1.06);
  -webkit-transform: scale(1.06);
}

.in_01_slide .swiper-slide .in_01_txt {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 9;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
}

.in_01_slide .swiper-slide .in_01_txt .in_01t_c {
  width: 100%;
  overflow: hidden;
  position: relative;
  z-index: 3;
}

.in_01_slide .swiper-slide .in_01_txt p {
  width: 100%;
  overflow: hidden;
  opacity: 0;
}

.in_01_slide .swiper-slide .in_01_txt p.p1 {
  text-transform: uppercase;
  line-height: 1.3;
  color: #fff;
  font-family: albb_extrabold;
}

.in_01_slide .swiper-slide .in_01_txt p.p2 {
  margin-top: 0.4rem;
}

.in_01_slide .swiper-slide .in_01_txt p.p2 a {
  display: inline-block;
  height: 0.5rem;
}

.in_01_slide .swiper-slide .in_01_txt p.p2 em.em1 {
  float: left;
  width: 0.5rem;
  height: 0.5rem;
  position: relative;
  border-radius: 50%;
}

.in_01_slide .swiper-slide .in_01_txt p.p2 em.em1 b {
  width: 100%;
  height: 100%;
  display: block;
  overflow: hidden;
  position: absolute;
  left: 0px;
  top: 0px;
  background: url("../images/in_03.png") 50% no-repeat;
  background-size: 100% 100%;
}

.in_01_slide .swiper-slide .in_01_txt p.p2 em.em2 {
  line-height: 0.5rem;
  margin-left: 0.2rem;
  color: #fff;
  font-style: normal;
}

.in_01_slide .in_01s_prev {
  width: 0.27rem;
  height: 0.33rem;
  display: block;
  overflow: hidden;
  background: url("../images/in_01.png") 50% no-repeat;
  background-size: 100%;
  position: absolute;
  left: 0.8rem;
  top: 50%;
  z-index: 999;
}

.in_01_slide .in_01s_prev:hover {
  background: url("../images/in_01_on.png") 50% no-repeat;
  background-size: 100%;
  -webkit-animation: an_04 2.1s linear infinite;
  animation: an_04 2.1s linear infinite;
}

.in_01_slide .in_01s_next {
  width: 0.27rem;
  height: 0.33rem;
  display: block;
  overflow: hidden;
  background: url("../images/in_02.png") 50% no-repeat;
  background-size: 100%;
  position: absolute;
  right: 0.8rem;
  top: 50%;
  z-index: 999;
}

.in_01_slide .in_01s_next:hover {
  background: url("../images/in_02_on.png") 50% no-repeat;
  background-size: 100%;
  -webkit-animation: an_05 2.1s linear infinite;
  animation: an_05 2.1s linear infinite;
}

.in_01_slide .swiper-button-disabled {
  display: none;
}

.in_01_spfr {
  width: 100%;
  overflow: visible;
  position: absolute;
  left: 0px;
  bottom: 0.8rem;
  z-index: 999;
}

.in_01_spfr .in_01_sp {
  width: 100%;
  overflow: hidden;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 0.34rem;
}

.in_01_spfr .in_01_sp span {
  width: 100%;
  height: 0.06rem;
  position: relative;
  border-radius: 0px;
  opacity: 1;
  background: None;
}

.in_01_spfr .in_01_sp span::before {
  content: "";
  width: 100%;
  height: 0.02rem;
  display: block;
  background-color: rgba(255, 255, 255, 0.2);
  position: absolute;
  left: 0px;
  bottom: 0.02rem;
  z-index: 1;
}

.in_01_spfr .in_01_sp span::after {
  content: "";
  width: 0%;
  height: 100%;
  display: block;
  overflow: hidden;
  background-color: #e97126;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 2;
}

.in_01_spfr .in_01_sp span i {
  width: 0%;
  height: 100%;
  display: block;
  overflow: hidden;
  background-color: #e97126;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 2;
}

.in_01_spfr .in_01_sp span.swiper-pagination-bullet-active::after {
  width: 0%;
  transition: 5s linear;
  -webkit-transition: 5s linear;
  -o-transition: 5s linear;
  -moz-transition: 5s linear;
}

.in_01_spfr .in_01_sp span.active i {
  width: 100% !important;
  transition: 5s linear;
  -webkit-transition: 5s linear;
  -o-transition: 5s linear;
  -moz-transition: 5s linear;
}

.in_02 {
  overflow: hidden;
  padding: 1.4rem 0px;
  position: relative;
}

.in_02 .in_02_bg {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 1;
}

.in_02 .in_02_bg img {
  height: 100%;
  display: block;
  position: absolute;
  right: 0px;
  top: 0px;
  object-fit: cover;
  object-position: 100% 50%;
  z-index: 1;
}

.in_02 .in_02_bg::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  overflow: hidden;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 3;
  background: linear-gradient(to right, rgb(240, 240, 240) 50%, rgba(240, 240, 240, 0) 100%);
}

.in_02 .in_02_bg::after {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  overflow: hidden;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 2;
  background: linear-gradient(rgba(240, 240, 240, 0) 88%, rgb(240, 240, 240) 100%);
}

.in_02 .wrap_c {
  position: relative;
  z-index: 9;
}

.in_02_t {
  width: 100%;
  overflow: visible;
  position: relative;
}

.in_02_t p {
  width: 100%;
  overflow: hidden;
}

.in_02_t p.p1 {
  font-family: albb_extrabold;
  line-height: 0.7;
  text-transform: uppercase;
}

.in_02_t p.p1 i {
  display: inline-block;
  position: relative;
  line-height: 1;
}

.in_02_t p.p1 i::before {
  content: "";
  width: 0.15rem;
  height: 0.15rem;
  display: block;
  overflow: hidden;
  background-color: #e97126;
  position: absolute;
  right: -0.38rem;
  top: 0px;
}

.in_02_t p.p2 {
  color: #333333;
  font-family: albb_medium;
  line-height: 1.5;
  margin-top: 0.05rem;
}

.in_02_t a {
  display: inline-block;
  position: absolute;
  right: 0px;
  top: 50%;
  background-color: #e97126;
  line-height: 0.6rem;
  transform: translateY(-50%);
  padding: 0px 0.3rem;
  color: #fff;
  border-radius: 0.03rem;
  -moz-box-shadow: 0px 0.1rem 0.3rem rgba(217, 83, 0, 0.3);
  -webkit-box-shadow: 0px 0.1rem 0.3rem rgba(217, 83, 0, 0.3);
  box-shadow: 0px 0.1rem 0.3rem rgba(217, 83, 0, 0.3);
}

.in_02_t span {
  display: inline-block;
  background: url("../images/aa2.svg") 100% 50% no-repeat;
  background-size: 0.08rem;
  padding-right: 0.46rem;
}

.in_02_t a:hover {
  color: #fff;
}

.in_02_t p.p3 {
  line-height: 0.5rem;
  font-family: albb_medium;
  position: relative;
  padding-bottom: 0.36rem;
}

.in_02_t p.p3 i {
  display: inline-block;
  position: relative;
}

.in_02_t p.p3 i::before {
  content: "";
  width: 0.15rem;
  height: 0.15rem;
  display: block;
  overflow: hidden;
  background-color: #e97126;
  position: absolute;
  right: -0.38rem;
  top: 0.09rem;
}

.in_02_t p.p3::before {
  content: "";
  width: 0.7rem;
  height: 0.06rem;
  display: block;
  overflow: hidden;
  background-color: #e97126;
  position: absolute;
  left: 0px;
  bottom: 0px;
}

.in_02_t1 {
  width: 100%;
  overflow: hidden;
  margin-top: 0.6rem;
  max-width: 7.5rem;
  color: #666;
  text-align: justify;
  text-justify: inter-ideograph;
}

.in_02_t2 {
  width: 100%;
  overflow: visible;
  margin-top: 0.4rem;
}

.in_02_t2 a {
  display: inline-block;
  line-height: 0.6rem;
  padding: 0px 0.3rem;
  background-color: #e97126;
  color: #fff;
  -moz-box-shadow: 0px 0.1rem 0.3rem rgba(217, 83, 0, 0.3);
  -webkit-box-shadow: 0px 0.1rem 0.3rem rgba(217, 83, 0, 0.3);
  box-shadow: 0px 0.1rem 0.3rem rgba(217, 83, 0, 0.3);
}

.in_02_t2 span {
  display: inline-block;
  background: url("../images/aa2.svg") 100% 50% no-repeat;
  background-size: 0.08rem;
  padding-right: 0.46rem;
}

.in_02_t2 a:hover {
  color: #fff;
}

.in_02_c {
  width: 100%;
  overflow: visible;
  padding-top: 0.8rem;
}

.in_02_c ul li {
  width: 1.75rem;
  height: 1.75rem;
  overflow: hidden;
  float: left;
  border-radius: 0.04rem;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s linear;
  -webkit-transition: 0.3s linear;
  -o-transition: 0.3s linear;
  -moz-transition: 0.3s linear;
}

.in_02_c ul li label {
  display: inline-block;
  cursor: pointer;
}

.in_02_c ul li em {
  width: 100%;
  display: block;
  overflow: hidden;
  font-style: normal;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.in_02_c ul li em.em1 {
  text-align: center;
}

.in_02_c ul li em.em1 i {
  display: inline-block;
  position: relative;
}

.in_02_c ul li em.em1 img {
  height: 0.5rem;
  display: block;
  transition: 0.3s linear;
  -webkit-transition: 0.3s linear;
  -o-transition: 0.3s linear;
  -moz-transition: 0.3s linear;
}

.in_02_c ul li em.em1 img.img2 {
  position: absolute;
  left: 0px;
  top: 0px;
  opacity: 0;
}

.in_02_c ul li em.em2 {
  color: #333333;
  font-family: albb_medium;
  line-height: 1.5;
  margin-top: 0.2rem;
}

.in_02_c ul li.on {
  background-color: #fff;
}

.in_02_c ul li.on em.em1 img.img2 {
  opacity: 1;
}

.in_02_c ul li.on em.em1 img.img1 {
  opacity: 0;
}

.in_03 {
  overflow: hidden;
  background-color: #f0f0f0;
  padding-bottom: 1.4rem;
}

.in_03_c {
  width: 100%;
  overflow: visible;
  padding-top: 0.6rem;
}

.in_03_c ul {
  width: 100%;
  overflow: visible;
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
}

.in_03_c ul li {
  width: 25%;
  overflow: hidden;
  background-color: #fff;
  position: relative;
  height: 5.5rem;
  transition: 0.3s linear;
  -webkit-transition: 0.3s linear;
  -o-transition: 0.3s linear;
  -moz-transition: 0.3s linear;
}

.in_03_c ul li:nth-child(2) {
  width: 45%;
}

.in_03_c ul li em {
  display: block;
  width: 100%;
  font-style: normal;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.in_03_c ul li em.em1 {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 1;
}

.in_03_c ul li em.em1 img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 1;
  transition: 0.3s linear;
  -webkit-transition: 0.3s linear;
  -o-transition: 0.3s linear;
  -moz-transition: 0.3s linear;
}

.in_03_c ul li:nth-child(1) em.em1 img {
  opacity: 0.3;
}

.in_03_c ul li:nth-child(1) em.em1::after {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  overflow: hidden;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 3;
  background: linear-gradient(rgb(255, 255, 255) 15%, rgba(255, 255, 255, 0) 100%);
  background: -webkit-linear-gradient(rgb(255, 255, 255) 15%, rgba(255, 255, 255, 0) 100%);
  background: -o-linear-gradient(rgb(255, 255, 255) 15%, rgba(255, 255, 255, 0) 100%);
  background: -moz-linear-gradient(rgb(255, 255, 255) 15%, rgba(255, 255, 255, 0) 100%);
}

.in_03_c ul li:nth-child(3) em.em1 img {
  opacity: 0.3;
}

.in_03_c ul li:nth-child(3) em.em1::after {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  overflow: hidden;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 3;
  background: linear-gradient(rgb(255, 255, 255) 15%, rgba(255, 255, 255, 0) 100%);
  background: -webkit-linear-gradient(rgb(255, 255, 255) 15%, rgba(255, 255, 255, 0) 100%);
  background: -o-linear-gradient(rgb(255, 255, 255) 15%, rgba(255, 255, 255, 0) 100%);
  background: -moz-linear-gradient(rgb(255, 255, 255) 15%, rgba(255, 255, 255, 0) 100%);
}

.in_03_c ul li em.em1::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  overflow: hidden;
  background-color: rgba(233, 113, 38, 0.8);
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 9;
  opacity: 0;
  transition: 0.3s linear;
  -webkit-transition: 0.3s linear;
  -o-transition: 0.3s linear;
  -moz-transition: 0.3s linear;
}

.in_03_c ul li em.em2 {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 2;
  padding: 0px 0.7rem;
}

.in_03_c ul li em.em3 {
  margin-top: 0.6rem;
}

.in_03_c ul li em.em3 span {
  width: 100%;
  display: block;
  overflow: hidden;
}

.in_03_c ul li em.em3 span.sp1 {
  color: #333;
  font-family: albb_medium;
  line-height: 1.5;
}

.in_03_c ul li em.em3 span.sp2 {
  color: #666;
  text-transform: uppercase;
  line-height: 1.2;
  margin-top: 0.1rem;
}

.in_03_c ul li em.em2::before {
  content: "";
  width: 0.27rem;
  height: 0.33rem;
  display: block;
  overflow: hidden;
  background: url("../images/in_05.png") no-repeat;
  background-size: 100% 100%;
  position: absolute;
  left: 0.7rem;
  bottom: 0.6rem;
}

.in_03_c ul li.on {
  -moz-box-shadow: 0px 0.2rem 0.5rem rgba(217, 83, 0, 0.5);
  -webkit-box-shadow: 0px 0.2rem 0.5rem rgba(217, 83, 0, 0.5);
  box-shadow: 0px 0.2rem 0.5rem rgba(217, 83, 0, 0.5);
}

.in_03_c ul li.on em.em1 img {
  transform: scale(1.03);
  -webkit-transform: scale(1.03);
  -moz-transform: scale(1.03);
}

.in_03_c ul li.on em.em1::before {
  opacity: 1;
}

.in_03_c ul li.on em.em2::before {
  background: url("../images/in_04.png") no-repeat;
  background-size: 100% 100%;
  -webkit-animation: an_05 2.1s linear infinite;
  animation: an_05 2.1s linear infinite;
}

.in_03_c ul li.on em.em3 span.sp1 {
  color: #fff;
}

.in_03_c ul li.on em.em3 span.sp2 {
  color: rgba(255, 255, 255, 0.8);
}

.in_03_c ul li:nth-child(1).on em.em1 img {
  opacity: 1;
}

.in_03_c ul li:nth-child(3).on em.em1 img {
  opacity: 1;
}

.in_04 {
  overflow: hidden;
  background-color: #f0f0f0;
  padding-bottom: 1.4rem;
}

.in_04_c {
  width: 100%;
  overflow: visible;
  padding-top: 0.6rem;
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
}

.in_04_c .fr {
  width: 35.71%;
  overflow: visible;
  padding-left: 0.8rem;
  position: relative;
}

.in_04_c .fr::before {
  content: "";
  width: 0.01rem;
  height: 100%;
  display: block;
  overflow: hidden;
  background-color: #dcdcdc;
  position: absolute;
  left: 0px;
  top: 0px;
}

.in_04_c .fr a {
  width: 100%;
  display: block;
  overflow: hidden;
  background-color: #fff;
  border-radius: 0.03rem;
  -moz-box-shadow: 0px 0px 21px rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: 0px 0px 21px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 0px 21px rgba(0, 0, 0, 0.05);
}

.in_04_c .fr em {
  width: 100%;
  display: block;
  overflow: hidden;
  font-style: normal;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.in_04_c .fr em.em1 {
  height: 0px;
  padding-bottom: 56.25%;
  position: relative;
}

.in_04_c .fr em.em1 img {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  left: 0px;
  top: 0px;
  object-fit: cover;
  transition: 0.3s linear;
  -webkit-transition: 0.3s linear;
  -o-transition: 0.3s linear;
  -moz-transition: 0.3s linear;
}

.in_04_c .fr em.em2 {
  padding: 0rem 0.5rem;
  height: 2.57rem;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
}

.in_04_c .fr em.em2 span {
  width: 100%;
  display: block;
  overflow: hidden;
}

.in_04_c .fr em.em2 span.sp1 {
  color: #333333;
  font-family: albb_medium;
  line-height: 0.3rem;
  max-height: 0.6rem;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  display: -webkit-box;
}

.in_04_c .fr em.em2 span.sp2 {
  color: #666666;
  line-height: 1.75;
  margin-top: 0.2rem;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.in_04_c .fr em.em2 span.sp3 {
  margin-top: 0.2rem;
  color: #999;
  line-height: 0.4rem;
}

.in_04_c .fr em.em2 span.sp3 i {
  display: inline-block;
  background: url("../images/in_06.png") 100% calc(50% - 0.01rem) no-repeat;
  background-size: 0.16rem;
  padding-right: 0.34rem;
}

.in_04_c .fr a:hover em.em1 img {
  transform: scale(1.03, 1.03);
  -moz-transform: scale(1.03, 1.03);
  -webkit-transform: scale(1.03, 1.03);
}

.in_04_c .fr a:hover em.em2 span.sp1 {
  color: #e07a3a;
}

.in_04_c .fr a:hover em.em2 span.sp3 i {
  color: #e07a3a;
  background: url("../images/in_07.png") 100% calc(50% - 0.01rem) no-repeat;
  background-size: 0.16rem;
}

.in_04_c .fl {
  width: calc(64.29% - 1.6rem);
  overflow: visible;
}

.in_04_c .fl ul {
  height: 100%;
}

.in_04_c .fl ul li {
  width: 100%;
  overflow: visible;
  height: calc((100% - 1rem - 0.01rem) / 2);
  border-bottom: 0.01rem solid #dcdcdc;
  padding-bottom: 0.5rem;
  margin-bottom: 0.5rem;
}

.in_04_c .fl ul li:last-child {
  margin-bottom: 0px;
  padding-bottom: 0px;
  border-bottom: 0px;
}

.in_04_c .fl ul li a {
  width: 100%;
  height: 100%;
  overflow: hidden;
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
}

.in_04_c .fl ul li em {
  display: block;
  font-style: normal;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.in_04_c .fl ul li em.em1 {
  width: 3rem;
  height: 100%;
  position: relative;
  overflow: hidden;
  border-radius: 0.03rem;
}

.in_04_c .fl ul li em.em1 span {
  width: 100%;
  display: block;
  overflow: hidden;
  height: 0px;
  position: absolute;
  left: 0px;
  top: 50%;
  padding-bottom: 75%;
  transform: translateY(-50%);
}

.in_04_c .fl ul li em.em1 img {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  left: 0px;
  top: 0px;
  object-fit: cover;
  transition: 0.3s linear;
  -webkit-transition: 0.3s linear;
  -o-transition: 0.3s linear;
  -moz-transition: 0.3s linear;
}

.in_04_c .fl ul li em.em2 {
  width: calc(100% - 3rem - 0.5rem);
  overflow: hidden;
  position: relative;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
}

.in_04_c .fl ul li em.em3 {
  width: 100%;
  position: relative;
}

.in_04_c .fl ul li em.em2 span {
  width: 100%;
  display: block;
  overflow: hidden;
}

.in_04_c .fl ul li em.em2 span.sp1 {
  color: #333333;
  font-family: albb_medium;
  line-height: 0.3rem;
  max-height: 0.6rem;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  display: -webkit-box;
}

.in_04_c .fl ul li em.em2 span.sp2 {
  color: #666666;
  line-height: 0.26rem;
  max-height: 0.52rem;
  margin-top: 0.2rem;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  display: -webkit-box;
}

.in_04_c .fl ul li em.em2 span.sp3 {
  color: #999;
  line-height: 0.3rem;
  margin-top: 0.2rem;
}

.in_04_c .fl ul li em.em2 span.sp4 {
  position: absolute;
  right: 0px;
  bottom: 0px;
  line-height: 0.3rem;
  text-align: right;
}

.in_04_c .fl ul li em.em2 span.sp4 i {
  display: inline-block;
  color: #999;
  background: url("../images/in_06.png") 100% calc(50% - 0.01rem) no-repeat;
  background-size: 0.16rem;
  padding-right: 0.34rem;
}

.in_04_c .fl ul li a:hover em.em1 img {
  transform: scale(1.03, 1.03);
  -moz-transform: scale(1.03, 1.03);
  -webkit-transform: scale(1.03, 1.03);
}

.in_04_c .fl ul li a:hover em.em2 span.sp1 {
  color: #e07a3a;
}

.in_04_c .fl ul li a:hover em.em2 span.sp4 i {
  color: #e07a3a;
  background: url("../images/in_07.png") 100% calc(50% - 0.01rem) no-repeat;
  background-size: 0.16rem;
}

.btnfr {
  overflow: hidden;
  background-color: #333;
}

.btn_01 {
  width: 100%;
  overflow: hidden;
  padding-top: 0.7rem;
}

.btn_01 .fr {
  width: 3.3rem;
  overflow: hidden;
}

.btn_01 .fr label {
  width: 1.5rem;
  display: block;
  overflow: hidden;
  text-align: center;
  color: #fff;
  float: left;
}

.btn_01 .fr label img {
  width: 100%;
  display: block;
  border-radius: 0.03rem;
}

.btn_01 .fr label span {
  width: 100%;
  display: block;
  overflow: hidden;
  text-align: center;
  line-height: 1.75;
  margin-top: 0.1rem;
}

.btn_01 .fr label:nth-child(2) {
  float: right;
}

.btn_01 .fl {
  width: calc(100% - 3.3rem - 1.8rem);
  overflow: hidden;
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
}

.btn_01 .fl dl {
  float: left;
  margin: 0px;
  padding: 0px;
}

.btn_01 .fl dl dt {
  width: 100%;
  overflow: hidden;
  line-height: 1.75;
  margin-bottom: 0.1rem;
}

.btn_01 .fl dl dt a {
  color: #fff;
}

.btn_01 .fl dl dd {
  width: 100%;
  overflow: hidden;
  line-height: 1.75;
  margin-bottom: 0.05rem;
}

.btn_01 .fl dl dd a {
  color: Rgba(255, 255, 255, 0.3);
}

.btn_01 .fl dl dd a:hover {
  color: #fff;
}

.btn_02 {
  width: 100%;
  overflow: hidden;
  border-top: 0.02rem solid rgba(255, 255, 255, 0.08);
  margin-top: 0.6rem;
  padding: 0.25rem 0px;
}

.btn_02 .fr {
  line-height: 0.46rem;
}

.btn_02 .fr a {
  float: left;
  display: inline-block;
  position: relative;
  margin-left: 0.1rem;
  color: rgba(255, 255, 255, 0.3);
  border-radius: 0.03rem;
}

.btn_02 .fr a.a1 {
  background-color: #fff;
}

.btn_02 .fr a:first-child {
  margin-left: 0px;
}

.btn_02 .fr a:last-child {
  margin-left: 0.5rem;
}

.btn_02 .fr a img {
  height: 0.46rem;
  display: block;
}

.btn_02 .fr a img.img2 {
  position: absolute;
  left: 0px;
  top: 0px;
  opacity: 0;
}

.btn_02 .fr a.a1:hover {
  background-color: #e97126;
}

.btn_02 .fr a:hover img.img2 {
  opacity: 1;
}

.btn_02 .fr a:hover img.img1 {
  opacity: 0;
}

.btn_02 .fr a:hover {
  color: #fff;
}

.btn_02 .fl {
  line-height: 0.46rem;
  color: rgba(255, 255, 255, 0.3);
}

.btn_02 .fl a {
  color: rgba(255, 255, 255, 0.3);
}

.btn_02 .fl a:hover {
  color: #fff;
}

.sub_01 {
  width: 100%;
  overflow: visible;
  position: relative;
}

.sub_01_bg {
  width: 100%;
  height: 2.2rem;
  overflow: hidden;
  position: relative;
}

.sub_01_bg img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  position: absolute;
  left: 0px;
  top: 0px;
  transform: scale(1.03);
  -webkit-transform: scale(1.03);
  -moz-transform: scale(1.03);
  transition: 3.3s linear;
  -webkit-transition: 3.3s linear;
  -o-transition: 3.3s linear;
  -moz-transition: 3.3s linear;
}

.sub_c {
  width: 100%;
  position: absolute;
  left: 0px;
  bottom: 0px;
  z-index: 99;
  font-family: albb_extrabold;
  text-transform: uppercase;
  color: #fff;
  line-height: 1.5;
}

.sub_c span {
  display: inline-block;
  position: relative;
  padding-bottom: 0.6rem;
  transform: translateY(0.1rem);
  opacity: 0.5;
  transition: 0.7s linear;
  -webkit-transition: 0.7s linear;
  -o-transition: 0.7s linear;
  -moz-transition: 0.7s linear;
}

.sub_c span::before {
  content: "";
  width: 0.08rem;
  height: 0.3rem;
  display: block;
  overflow: hidden;
  background-color: #eb7930;
  position: absolute;
  left: 0px;
  bottom: -0.15rem;
}

.sub_01.on .sub_01_bg::before {
  width: 100%;
  opacity: 1;
}

.sub_01.on .sub_01_bg img {
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
}

.sub_01.on .sub_c span {
  transform: translateY(0);
  opacity: 1;
}

.navfr {
  overflow: hidden;
  height: 1rem;
  position: relative;
}

.navfr::before {
  content: "";
  width: 100%;
  height: 0.01rem;
  display: block;
  overflow: hidden;
  background-color: #e0e0e0;
  position: absolute;
  left: 0px;
  bottom: 0px;
}

.navfr .fl {
  height: 1rem;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  color: #000000;
  font-family: albb_medium;
}

.navfr .fr ul li {
  float: left;
  height: 1rem;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  color: #000;
  margin-left: 1rem;
}

.navfr .fr ul li:first-child {
  margin-left: 0px;
}

.navfr .fr ul li a {
  color: #000;
}

.navfr .fr ul li a:hover {
  color: #eb7930;
}

.navfr .fr ul li::before {
  content: "";
  width: 0%;
  height: 0.04rem;
  display: block;
  overflow: hidden;
  background-color: #eb7930;
  position: absolute;
  left: 0px;
  bottom: 0px;
}

.navfr .fr ul li.on {
  color: #eb7930;
}

.navfr .fr ul li.on a {
  color: #eb7930;
}

.navfr .fr ul li.on::before {
  width: 100%;
}

.lxwm_01 {
  overflow: hidden;
  position: relative;
  padding-top: 1rem;
  background-color: #f9f9f9;
}

.lxwm_01_c {
  width: 100%;
  overflow: hidden;
  position: relative;
  padding-top: 0.6rem;
}

.lxwm_01c_slide {
  width: 100%;
  overflow: hidden;
}

.lxwm_01c_slide .swiper-slide {
  width: 100%;
  overflow: hidden;
}

.lxwm_01c_slide .swiper-slide .lxwm_01c_img {
  width: 100%;
  overflow: hidden;
  border-radius: 0.03rem;
  position: relative;
}

.lxwm_01c_slide .swiper-slide .lxwm_01c_img img {
  width: 100%;
  display: block;
}

.lxwm_01c_slide .swiper-slide .lxwm_01c_img video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  left: 0px;
  top: 0px;
  background-color: #000;
}

.lxwm_01c_slide .swiper-slide .lxwm_01c_img::before {
  content: "";
  width: 100%;
  height: 0.1rem;
  display: block;
  overflow: hidden;
  background-color: #eb7930;
  position: absolute;
  left: 0px;
  bottom: 0px;
  z-index: 9;
}

.lxwm_01c_spfr {
  width: 100%;
  overflow: visible;
  position: absolute;
  left: 0px;
  bottom: 0.2rem;
  z-index: 999;
  text-align: center;
}

.lxwm_01c_spfr .lxwm_01c_sp {
  width: auto !important;
}

.lxwm_01c_spfr span {
  width: 0.1rem;
  height: 0.1rem;
  opacity: 1;
  background-color: #f9f9f9;
  margin: 0px 0.05rem !important;
}

.lxwm_01c_spfr span.swiper-pagination-bullet-active {
  background-color: #eb7930;
}

.lxwm_02 {
  overflow: visible;
}

.lxwm_02_c {
  width: 100%;
  overflow: hidden;
  padding: 0px 0.8rem;
  -moz-box-shadow: 0px 0.1rem 0.3rem rgba(51, 51, 51, 0.05);
  -webkit-box-shadow: 0px 0.1rem 0.3rem rgba(51, 51, 51, 0.05);
  box-shadow: 0px 0.1rem 0.3rem rgba(51, 51, 51, 0.05);
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.lxwm_02_c ul {
  width: 100%;
  overflow: hidden;
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  padding: 0.5rem 0px;
}

.lxwm_02_c ul li label {
  display: inline-block;
}

.lxwm_02_c ul li em {
  display: block;
  font-style: normal;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.lxwm_02_c ul li em.em1 {
  width: 0.6rem;
  height: 0.6rem;
  overflow: hidden;
  float: left;
  border: 0.01rem solid #dcdcdc;
  border-radius: 50%;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
}

.lxwm_02_c ul li em.em1 img {
  width: 100%;
  display: block;
}

.lxwm_02_c ul li em.em2 {
  float: left;
  margin-left: 0.2rem;
  height: 0.6rem;
  color: #333;
  font-family: albb_medium;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: flex-start;
}

.lxwm_03 {
  overflow: hidden;
  padding-top: 1rem;
}

.lxwm_03_t {
  width: 100%;
  line-height: 1.8;
  color: #666;
  margin-top: 0.3rem;
}

.lxwm_03_c {
  width: 100%;
  overflow: visible;
  padding-top: 0.6rem;
}

.lxwm_03_c ul li {
  width: calc((100% - 0.3rem) / 4);
  float: left;
  margin-right: 0.1rem;
  height: 0.6rem;
  position: relative;
  margin-bottom: 0.1rem;
}

.lxwm_03_c ul li:nth-child(4) {
  margin-right: 0px;
}

.lxwm_03_c ul li input.lxwm_03_txt {
  width: 100%;
  height: 0.6rem;
  border: 0px;
  padding: 0px 0.2rem;
  border-radius: 0.03rem;
  background-color: #f8f8f8;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.lxwm_03_c ul li span {
  position: absolute;
  left: 0.2rem;
  top: 0px;
  line-height: 0.6rem;
  pointer-events: none;
  color: #999;
}

.lxwm_03_c ul li span i {
  color: #ef1e1e;
}

.lxwm_03_c ul li.li1 {
  width: 100%;
  margin-right: 0px;
  height: auto;
}

.lxwm_03_c ul li textarea {
  width: 100%;
  height: 1.8rem;
  background-color: #f8f8f8;
  border-radius: 0.03rem;
  border: 0px;
  padding: 0.2rem;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.lxwm_03_c ul li input.lxwm_03_yzm {
  width: calc((100% - 0.3rem) / 4);
  float: left;
  height: 0.6rem;
  border: 0px;
  padding: 0px 0.2rem;
  border-radius: 0.03rem;
  background-color: #f8f8f8;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.lxwm_03_c ul li img {
  height: 0.6rem;
  display: block;
  float: left;
  margin-left: 0.2rem;
}

.lxwm_03_c ul li.li2 {
  margin-top: 0.6rem;
  text-align: center;
  overflow: visible;
  padding-bottom: 1.5rem;
}

.lxwm_03_c ul li input.lxwm_03_btn {
  width: 3.4rem;
  height: 0.6rem;
  border-radius: 0.03rem;
  border: 0px;
  cursor: pointer;
  outline: none;
  background-color: #eb7930;
  color: #fff;
  -moz-box-shadow: 0px 0.1rem 0.3rem rgba(235, 121, 48, 0.3);
  -webkit-box-shadow: 0px 0.1rem 0.3rem rgba(235, 121, 48, 0.3);
  box-shadow: 0px 0.1rem 0.3rem rgba(235, 121, 48, 0.3);
}

.jobxq_01 {
  overflow: hidden;
  padding-top: 1rem;
}

.jobxq_01 h1 {
  margin: 0px;
  padding: 0px;
  font-weight: normal;
  color: #333333;
  line-height: 1.8;
  text-align: center;
}

.jobxq_01 p {
  width: 100%;
  overflow: hidden;
  text-align: center;
  color: #666;
  line-height: 1.75;
  margin-top: 0rem;
}

.jobxq_01 .wrap_c1 {
  overflow: hidden;
  border-bottom: 0.01rem solid #e0e0e0;
  padding-bottom: 0.6rem;
}

.jobxq_02 {
  overflow: hidden;
  padding-top: 0.6rem;
  color: #333;
  line-height: 1.8;
}

.jobxq_02 strong {
  font-family: albb_extrabold;
}

.jobxq_03 {
  overflow: hidden;
  padding-top: 0.6rem;
}

.jobxq_03 .wrap_c1 {
  position: relative;
  text-align: center;
}

.jobxq_03 b {
  width: 100%;
  height: 0.01rem;
  display: block;
  overflow: hidden;
  background-color: #e0e0e0;
  position: absolute;
  left: 0px;
  top: 50%;
  z-index: 1;
  transform: translateY(-50%);
}

.jobxq_03 a {
  display: inline-block;
  padding: 0px 0.3rem;
  background-color: #f9f9f9;
  position: relative;
  z-index: 9;
}

.jobxq_03 img {
  display: block;
  height: 0.5rem;
  transition: 0.3s linear;
  -webkit-transition: 0.3s linear;
  -o-transition: 0.3s linear;
  -moz-transition: 0.3s linear;
}

.jobxq_03 a:hover img {
  transform: scale(1.03, 1.03);
  -moz-transform: scale(1.03, 1.03);
  -webkit-transform: scale(1.03, 1.03);
}

.jobxq_04 {
  overflow: hidden;
  padding: 0.6rem 0px 1.5rem 0px;
}

.jobxq_04 a {
  width: calc((100% - 0.1rem) / 2);
  display: block;
  overflow: hidden;
  background-color: #fff;
  height: 0.8rem;
  padding: 0.2rem;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: flex-start;
}

.jobxq_04 a {
  color: #333;
}

.jobxq_04 a:hover {
  color: #e97126;
}

.job_01 {
  overflow: hidden;
  padding-top: 1rem;
  padding-bottom: 1.3rem;
}

.job_01_c {
  width: 100%;
  overflow: hidden;
  padding-top: 0.6rem;
}

.job_01_c ul {
  width: 100%;
  overflow: visible;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 0.2rem;
}

.job_01_c ul li {
  width: 100%;
  overflow: hidden;
  background-color: #fff;
  border-radius: 0.03rem;
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
}

.job_01_c ul li em {
  display: block;
  font-style: normal;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.job_01_c ul li em.em1 {
  width: 3.1rem;
  height: 2.47rem;
  overflow: hidden;
  position: relative;
}

.job_01_c ul li em.em1 img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  position: absolute;
  left: 0px;
  top: 0px;
}

.job_01_c ul li em.em2 {
  width: calc(100% - 3.1rem);
  overflow: hidden;
  padding: 0px 0.5rem;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
}

.job_01_c ul li em.em3 {
  width: 100%;
  overflow: hidden;
}

.job_01_c ul li em.em3 span {
  width: 100%;
  display: block;
  overflow: hidden;
}

.job_01_c ul li em.em3 span.sp1 {
  color: #333333;
  font-family: albb_medium;
  line-height: 1.8;
}

.job_01_c ul li em.em3 span.sp2 {
  color: #666;
  line-height: 1.75;
  margin-top: 0.1rem;
  text-align: justify;
  text-justify: inter-ideograph;
}

.job_02 {
  overflow: hidden;
  background-color: #fff;
  padding: 1.3rem 0px;
}

.job_02_c {
  width: 100%;
  overflow: visible;
  position: relative;
  margin-top: 0.6rem;
}

.job_02c_slide {
  width: 100%;
  overflow: hidden;
}

.job_02c_slide .swiper-slide {
  width: 100%;
  overflow: hidden;
  position: relative;
}

.job_02c_slide .swiper-slide .job_02c_img {
  width: 100%;
  overflow: hidden;
  border-radius: 0.03rem;
}

.job_02c_slide .swiper-slide .job_02c_img img {
  width: 100%;
  display: block;
}

.job_02_c .job_02cs_prev {
  width: 0.27rem;
  height: 0.33rem;
  display: block;
  overflow: hidden;
  background: url("../images/in_08.png") 50% no-repeat;
  background-size: 100% 100%;
  position: absolute;
  left: -1.1rem;
  top: 50%;
  z-index: 999;
  transform: translateY(-50%);
}

.job_02_c .job_02cs_prev:hover {
  background: url("../images/in_01_on.png") 50% no-repeat;
  background-size: 100% 100%;
}

.job_02_c .job_02cs_next {
  width: 0.27rem;
  height: 0.33rem;
  display: block;
  overflow: hidden;
  background: url("../images/in_09.png") 50% no-repeat;
  background-size: 100% 100%;
  position: absolute;
  right: -1.1rem;
  top: 50%;
  z-index: 999;
  transform: translateY(-50%);
}

.job_02_c .job_02cs_next:hover {
  background: url("../images/in_02_on.png") 50% no-repeat;
  background-size: 100% 100%;
}

.job_02_c .swiper-button-disabled {
  display: none;
}

.job_03 {
  overflow: hidden;
  background: url("../images/job_01.webp") 100% 0px #f9f9f9 no-repeat;
  background-size: 6rem;
  padding: 1.3rem 0px;
}

.job_03_c {
  width: 100%;
  overflow: hidden;
  position: relative;
  margin-top: 0.6rem;
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  background-color: #fff;
}

.job_03_c .fl {
  width: 52%;
  overflow: hidden;
}

.job_03_c .fl .job_03cl_img {
  width: 100%;
  height: 5.7rem;
  overflow: hidden;
  position: relative;
}

.job_03_c .fl .job_03cl_img img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.job_03_c .fr {
  width: 48%;
  overflow: hidden;
  height: 5.7rem;
  overflow: hidden;
  background-color: #fff;
  padding: 0px 0.8rem;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
}

.job_03c_rfr {
  width: 100%;
  overflow: hidden;
}

.job_03cr_t {
  width: 100%;
  overflow: hidden;
  height: 0.6rem;
  position: relative;
}

.job_03crt_slide {
  width: calc(100% - 0.8rem);
  overflow: hidden;
  margin: 0px auto;
  padding: 0px;
}

.job_03crt_slide .swiper-slide {
  width: 100%;
  overflow: hidden;
  color: #333;
  font-family: albb_medium;
  text-align: center;
  line-height: 0.6rem;
}

.job_03crt_slide .swiper-slide .job_03crt_hid {
  width: 100%;
  overflow: hidden;
  display: none;
}

.job_03cr_t .job_03crt_prev {
  width: 0.11rem;
  height: 100%;
  display: block;
  overflow: hidden;
  background: url("../images/ab_01.svg") 50% no-repeat;
  background-size: 0.12rem;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 999;
}

.job_03cr_t .job_03crt_prev:hover {
  background: url("../images/ab_01_on.svg") 50% no-repeat;
  background-size: 0.12rem;
}

.job_03cr_t .job_03crt_next {
  width: 0.11rem;
  height: 100%;
  display: block;
  overflow: hidden;
  background: url("../images/ab_02.svg") 50% no-repeat;
  background-size: 0.12rem;
  position: absolute;
  right: 0px;
  top: 0px;
  z-index: 999;
}

.job_03cr_t .job_03crt_next:hover {
  background: url("../images/ab_02_on.svg") 50% no-repeat;
  background-size: 0.12rem;
}

.job_03cr_c {
  width: 100%;
  overflow: hidden;
  margin-top: 0.4rem;
}

.job_03crc_slide {
  width: calc(100% + 0.1rem);
  overflow: hidden;
  height: 3rem;
}

.job_03crc_slide .swiper-slide {
  width: 100%;
  overflow: hidden;
  height: 0.9rem;
  margin-bottom: 0.1rem;
  padding-right: 0.1rem;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.job_03crc_slide .swiper-slide .job_03crc_img {
  width: 100%;
  height: 0.9rem;
  overflow: hidden;
  position: relative;
  cursor: pointer;
}

.job_03crc_slide .swiper-slide .job_03crc_img img {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  left: 0px;
  top: 0px;
  object-fit: cover;
  z-index: 1;
}

.job_03crc_slide .swiper-slide .job_03crc_img::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  overflow: hidden;
  border: 0rem solid #eb7930;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 9;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  transition: 0.3s linear;
  -webkit-transition: 0.3s linear;
  -o-transition: 0.3s linear;
  -moz-transition: 0.3s linear;
}

.job_03crc_slide .swiper-slide .job_03crc_img.active::before {
  border: 0.03rem solid #eb7930;
}

.job_03crc_solfr {
  width: 100%;
  height: 0.06rem;
  overflow: hidden;
  margin-top: 0.4rem;
  position: relative;
}

.job_03crc_solfr::before {
  content: "";
  width: 100%;
  height: 0.02rem;
  display: block;
  overflow: hidden;
  background-color: #e5e5e5;
  position: absolute;
  left: 0px;
  bottom: 0.02rem;
}

.job_03crc_sol {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: absolute;
  left: 0px;
  top: 0px;
}

.job_03crc_sol .swiper-scrollbar-drag {
  height: 100%;
  background-color: #eb7930;
  border-radius: 0.06rem;
  cursor: pointer;
}

.job_04 {
  overflow: hidden;
  background-color: #fff;
  padding: 1.3rem 0px;
}

.job_04_c {
  width: 100%;
  overflow: visible;
  padding-top: 0.6rem;
}

.job_04_c ul li {
  width: 100%;
  overflow: hidden;
  margin-bottom: 0.1rem;
  padding: 0.3rem 0.6rem;
  position: relative;
  border-radius: 0.03rem;
  border: 0.01rem solid #e5e5e5;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  transition: 0.3s linear;
  -webkit-transition: 0.3s linear;
  -o-transition: 0.3s linear;
  -moz-transition: 0.3s linear;
}

.job_04_c ul li:hover {
  background-color: #eb7930;
  border: 0.01rem solid #eb7930;
  -moz-box-shadow: 0px 0.1rem 0.3rem rgba(235, 121, 48, 0.3);
  -webkit-box-shadow: 0px 0.1rem 0.3rem rgba(235, 121, 48, 0.3);
  box-shadow: 0px 0.1rem 0.3rem rgba(235, 121, 48, 0.3);
}

.job_04_c ul li a {
  width: 100%;
  display: block;
  overflow: hidden;
  position: relative;
  line-height: 0.6rem;
}

.job_04_c ul li em {
  display: block;
  font-style: normal;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.job_04_c ul li em.em1 {
  color: #999;
  font-family: albb_medium;
  float: left;
}

.job_04_c ul li em.em2 {
  color: #333;
  font-family: albb_medium;
  float: left;
  margin-left: 0.8rem;
}

.job_04_c ul li em.em3 {
  float: right;
  color: #333;
}

.job_04_c ul li em.em3 i {
  display: inline-block;
  background: url("../images/in_06.png") 100% 50% no-repeat;
  background-size: 0.16rem;
  padding-right: 0.36rem;
}

.job_04_c ul li:hover em.em1 {
  color: #fff;
}

.job_04_c ul li:hover em.em2 {
  color: #fff;
}

.job_04_c ul li:hover em.em3 i {
  color: #fff;
  background: url("../images/in_10.png") 100% 50% no-repeat;
  background-size: 0.16rem;
}

.pagesfr {
  overflow: hidden;
  margin-top: 0.8rem;
  text-align: center;
}

.pagesfr div {
  display: inline-block;
  line-height: 0.5rem;
}

.pagesfr a {
  float: left;
  line-height: 0.5rem;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  color: #4c4c4c;
  margin: 0px 0.15rem;
}

.pagesfr a:hover {
  color: #eb7930;
}

.pagesfr a.on {
  color: #eb7930;
}

.pagesfr span {
  float: left;
}

.pagesfr input {
  float: left;
  height: 0.5rem;
  width: 0.5rem;
  margin: 0px 0.1rem;
  border: 0.01rem solid #ddd;
  text-align: center;
  padding: 0px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.pagesfr a.a1 {
  width: 0.5rem;
  height: 0.5rem;
  border: 0.01rem solid #ddd;
  position: relative;
  margin-right: 0.3rem;
}

.pagesfr a.a1::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  overflow: hidden;
  position: absolute;
  left: 0px;
  top: 0px;
  background: url("../images/ab_03.svg") 50% no-repeat;
  background-size: 0.1rem;
}

.pagesfr a.a1:hover {
  background-color: #eb7930;
  border: 0.01rem solid #eb7930;
  color: #fff;
  font-family: simsun;
}

.pagesfr a.a1:hover::before {
  background: url("../images/aa1.svg") 50% no-repeat;
  background-size: 0.1rem;
}

.pagesfr a.a2 {
  width: 0.5rem;
  height: 0.5rem;
  border: 0.01rem solid #ddd;
  position: relative;
  margin-left: 0.3rem;
}

.pagesfr a.a2::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  overflow: hidden;
  position: absolute;
  left: 0px;
  top: 0px;
  background: url("../images/ab_04.svg") 50% no-repeat;
  background-size: 0.1rem;
}

.pagesfr a.a2:hover {
  background-color: #eb7930;
  border: 0.01rem solid #eb7930;
  color: #fff;
  font-family: simsun;
}

.pagesfr a.a2:hover::before {
  background: url("../images/aa2.svg") 50% no-repeat;
  background-size: 0.1rem;
}

.pagesfr span.sp1 {
  margin: 0px 0.15rem;
}

.pagesfr span.sp2 {
  margin: 0px 0.3rem;
}

.pagesfr span.sp3 {
  margin-left: 0.3rem;
}

.yjsz_01 {
  overflow: hidden;
  background: url("../images/job_01.webp") 100% 0% no-repeat #f9f9f9;
  padding: 1rem 0px 1.3rem 0px;
}

.yjsz_01_c {
  width: 100%;
  overflow: visible;
  padding-top: 0.6rem;
}

.yjsz_01_c ul li {
  width: 100%;
  overflow: visible;
  background-color: #fff;
  margin-bottom: 0.1rem;
  border-radius: 0.03rem;
  padding: 0.3rem 0.6rem;
  position: relative;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  transition: 0.3s linear;
  -webkit-transition: 0.3s linear;
  -o-transition: 0.3s linear;
  -moz-transition: 0.3s linear;
}

.yjsz_01_c ul li {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.yjsz_01_c ul li::before {
  content: "";
  opacity: 0;
  width: 100%;
  height: 100%;
  display: block;
  overflow: hidden;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 1;
  -moz-box-shadow: 0px 0rem 0.3rem rgba(235, 121, 48, 0.3);
  -webkit-box-shadow: 0px 0rem 0.3rem rgba(235, 121, 48, 0.3);
  box-shadow: 0px 0rem 0.3rem rgba(235, 121, 48, 0.3);
  transition: 0.3s linear;
  -webkit-transition: 0.3s linear;
  -o-transition: 0.3s linear;
  -moz-transition: 0.3s linear;
}

.yjsz_01_c ul li::after {
  content: "";
  width: 100%;
  height: 100%;
  overflow: hidden;
  display: block;
  background-color: #fff;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 2;
  border-radius: 0.03rem;
}

.yjsz_01c_c {
  width: 100%;
  overflow: visible;
  position: relative;
  z-index: 9;
}

.yjsz_01c_c p {
  width: 100%;
  overflow: hidden;
}

.yjsz_01c_c p.p1 {
  color: #333;
  font-family: albb_medium;
  line-height: 0.4rem;
}

.yjsz_01c_c p.p2 {
  color: #666;
  line-height: 1.75;
  margin-top: 0rem;
}

.yjsz_01c_c::before {
  content: "";
  width: 0.1rem;
  height: 0.1rem;
  display: block;
  overflow: hidden;
  background-color: #eb7930;
  position: absolute;
  left: -0.3rem;
  top: 0.15rem;
}

.yjsz_01_c ul li:hover::before {
  opacity: 1;
}

.yjsz_01_c ul li:hover .yjsz_01c_c p.p1 {
  color: #eb7930;
}

.yjsz_02 {
  overflow: hidden;
  background-color: #fff;
  padding: 1.3rem 0px 1.5rem 0px;
}

.yjsz_02_c {
  width: 100%;
  overflow: hidden;
  padding-top: 0.6rem;
}

.yjsz_02c_slide {
  width: 100%;
  overflow: hidden;
}

.yjsz_02c_slide .swiper-slide {
  width: 100%;
  overflow: hidden;
}

.yjsz_02c_slide .swiper-slide .yjsz_02c_img {
  width: 100%;
  overflow: hidden;
}

.yjsz_02c_slide .swiper-slide .yjsz_02c_img img {
  width: 100%;
  display: block;
}

.yjsz_02c_solfr {
  width: 100%;
  height: 0.06rem;
  overflow: hidden;
  margin-top: 0.6rem;
  position: relative;
}

.yjsz_02c_solfr::before {
  content: "";
  width: 100%;
  height: 0.02rem;
  display: block;
  overflow: hidden;
  background-color: #e5e5e5;
  position: absolute;
  left: 0px;
  bottom: 0.02rem;
}

.yjsz_02c_sol {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: absolute;
  left: 0px;
  top: 0px;
}

.yjsz_02c_sol .swiper-scrollbar-drag {
  height: 100%;
  background-color: #eb7930;
  border-radius: 0.06rem;
  cursor: pointer;
}

.lmesfr {
  overflow: hidden;
  background: url("../images/lmse_01.webp") 0px 50% no-repeat #f9f9f9;
  padding: 1rem 0px 1.5rem 0px;
  background-size: 6.1rem;
}

.lmes_01 {
  width: 100%;
  overflow: hidden;
  margin-top: 0.4rem;
  color: #666;
  line-height: 1.8;
}

.lmes_01 p {
  line-height: 1.8;
}

.lmes_02 {
  width: 100%;
  overflow: hidden;
  margin-top: 0.6rem;
  position: relative;
}

.lmes_02::before {
  content: "";
  width: 100%;
  height: 0.01rem;
  display: block;
  overflow: hidden;
  background-color: #d2d2d2;
  position: absolute;
  left: 0px;
  bottom: 0px;
  z-index: 1;
}

.lmes_02 ul {
  width: 100%;
  overflow: hidden;
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  position: relative;
  z-index: 9;
}

.lmes_02 ul li {
  width: 100%;
  overflow: hidden;
  position: relative;
  text-align: center;
  font-family: albb_medium;
  padding-bottom: 0.3rem;
}

.lmes_02 ul li a {
  color: #333;
}

.lmes_02 ul li a:hover {
  color: #eb7930;
}

.lmes_02 ul li::before {
  content: "";
  width: 0%;
  height: 0.04rem;
  display: block;
  overflow: hidden;
  background-color: #eb7930;
  position: absolute;
  left: 0px;
  bottom: 0px;
  transition: 0.3s linear;
  -webkit-transition: 0.3s linear;
  -o-transition: 0.3s linear;
  -moz-transition: 0.3s linear;
}

.lmes_02 ul li.on::before {
  width: 100%;
}

.lmes_02 ul li.on {
  color: #eb7930;
}

.lmes_03 {
  width: 100%;
  overflow: visible;
  padding-top: 0.6rem;
}

.lmes_04 {
  width: 100%;
  overflow: hidden;
}

.lmes_04fr {
  width: 100%;
  overflow: hidden;
}

.lmes_04r_t {
  width: 100%;
  overflow: hidden;
  color: #666;
  line-height: 1.8;
  text-align: center;
}

.lmes_04r_t p {
  line-height: 1.8;
}

.lmes_04r_c {
  width: 100%;
  overflow: hidden;
  margin-top: 0.6rem;
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  background-color: #fff;
  padding: 0.8rem;
  border-radius: 0.03rem;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.lmes_04r_c .fl {
  width: 2rem;
  overflow: hidden;
  position: relative;
}

.lmes_04r_c .fl::before {
  content: "";
  width: 0.01rem;
  height: 100%;
  display: block;
  overflow: hidden;
  background-color: #e9e9e9;
  position: absolute;
  right: 0.02rem;
  top: 0px;
  z-index: 1;
}

.lmes_04r_c .fl ul {
  width: 100%;
  overflow: hidden;
  position: relative;
  z-index: 9;
}

.lmes_04r_c .fl ul li {
  width: 100%;
  overflow: hidden;
  position: relative;
  line-height: 1.3;
  color: #333;
  font-family: albb_medium;
  margin-bottom: 0.4rem;
}

.lmes_04r_c .fl ul li a {
  color: #333;
}

.lmes_04r_c .fl ul li::before {
  content: "";
  width: 0rem;
  height: 100%;
  display: block;
  overflow: hidden;
  background-color: #eb7930;
  position: absolute;
  right: 0px;
  top: 0px;
  transition: 0.3s linear;
  -webkit-transition: 0.3s linear;
  -o-transition: 0.3s linear;
  -moz-transition: 0.3s linear;
}

.lmes_04r_c .fl ul li:last-child {
  margin-bottom: 0px;
}

.lmes_04r_c .fl ul li.on::before {
  width: 0.05rem;
}

.lmes_04r_c .fl ul li.on {
  color: #eb7930;
}

.lmes_04r_c .fl ul li.on a {
  color: #eb7930;
}

.lmes_04r_c .fr {
  width: calc(100% - 2rem - 0.6rem);
  overflow: hidden;
}

.lmes_04_c {
  width: 100%;
  overflow: hidden;
  line-height: 1.8;
  color: #666;
}

.lmes_04_c p {
  line-height: 1.8;
}

.lmes_04_c img {
  max-width: 100%;
  height: auto !important;
}

.lmes_05 {
  width: 100%;
  overflow: hidden;
  padding-top: 0.6rem;
}

.lmes_05fr {
  width: 100%;
  overflow: hidden;
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
}

.lmes_05fr .fl {
  width: 8rem;
  height: 4.5rem;
  overflow: hidden;
}

.lmes_05_slide {
  width: 100%;
  height: 4.5rem;
  overflow: hidden;
}

.lmes_05_slide .swiper-slide {
  width: 100%;
  overflow: hidden;
}

.lmes_05_slide .swiper-slide .lmes_05_img {
  width: 100%;
  height: 4.5rem;
  overflow: hidden;
  position: relative;
  border-radius: 0.03rem;
}

.lmes_05_slide .swiper-slide .lmes_05_img img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.lmes_05_slide .swiper-slide .lmes_05_img video {
  width: 100%;
  height: 100%;
  overflow: hidden;
  object-fit: cover;
  background-color: #000;
  position: absolute;
  left: 0px;
  top: 0px;
}

.lmes_05_slide .swiper-slide .lmes_05_img video + em {
  width: 1.1rem;
  height: 1.1rem;
  display: block;
  font-style: normal;
  overflow: visible;
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 9;
  transform: translate(-50%, -50%);
}

.lmes_05_slide .swiper-slide .lmes_05_img video + em::before {
  content: "";
  width: 0.7rem;
  height: 0.7rem;
  display: block;
  overflow: hidden;
  background: url("../images/qzd_01.png") 50% no-repeat;
  background-size: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 9;
}

.lmes_05_slide .swiper-slide .lmes_05_img video + em::after {
  content: "";
  width: 0.7rem;
  height: 0.7rem;
  margin-left: -0.35rem;
  margin-top: -0.35rem;
  display: block;
  overflow: hidden;
  background-color: rgba(255, 255, 255, 0.25);
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 4;
  border-radius: 50%;
  -webkit-animation: ksan 2.1s linear infinite;
  animation: ksan 2.1s linear infinite;
}

.lmes_05fr .fr {
  width: calc(100% - 8rem - 1rem);
  overflow: hidden;
  position: relative;
}

.lmes_06r_c {
  width: 100%;
  height: calc(100% - 0.6rem);
  overflow: hidden;
  overflow-y: auto;
  color: #666;
  line-height: 1.8;
  text-align: justify;
  text-justify: inter-ideograph;
}

.lmes_06r_c p {
  line-height: 1.8;
}

.lmes_05fr .fr .lmes_05_prev {
  width: 0.27rem;
  height: 0.33rem;
  display: block;
  overflow: hidden;
  background: url("../images/in_08.png") 50% no-repeat;
  background-size: 100% 100%;
  position: absolute;
  left: 0px;
  bottom: 0px;
  z-index: 999;
}

.lmes_05fr .fr .lmes_05_prev:hover {
  background: url("../images/in_01_on.png") 50% no-repeat;
  background-size: 100% 100%;
}

.lmes_05fr .fr .lmes_05_next {
  width: 0.27rem;
  height: 0.33rem;
  display: block;
  overflow: hidden;
  background: url("../images/in_09.png") 50% no-repeat;
  background-size: 100% 100%;
  position: absolute;
  left: 0.77rem;
  bottom: 0px;
  z-index: 999;
}

.lmes_05fr .fr .lmes_05_next:hover {
  background: url("../images/in_02_on.png") 50% no-repeat;
  background-size: 100% 100%;
}

.scx_01 {
  overflow: visible;
  position: relative;
  padding: 1rem 0;
}

.scx_01 .scx_01_bg {
  width: 100%;
  height: 0%;
  padding-top: 1.6rem;
  display: block;
  overflow: hidden;
  position: absolute;
  left: 0px;
  top: 0px;
  background-color: #f9f9f9;
  z-index: 1;
}

.scx_01 .wrap_c1 {
  position: relative;
  z-index: 9;
}

.scx_01_t {
  width: 100%;
  overflow: hidden;
  color: #666;
  line-height: 1.8;
  margin-top: 0.3rem;
}

.scx_01_c {
  width: 100%;
  overflow: hidden;
  margin-top: 0.6rem;
  background-color: #fff;
  position: relative;
  padding: 0.8rem .8rem 0px .8rem;
  border-radius: 0.03rem;
  -moz-box-shadow: 0px 0.1rem 0.5rem rgba(140, 140, 140, 0.1);
  -webkit-box-shadow: 0px 0.1rem 0.5rem rgba(140, 140, 140, 0.1);
  box-shadow: 0px 0.1rem 0.5rem rgba(140, 140, 140, 0.1);
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.scx_01c_img {
  width: 100%;
  overflow: hidden;
  position: relative;
}

.scx_01c_img img {
  width: 100%;
  display: block;
}

.scx_01c_img b {
  position: absolute;
  left: 0%;
  top: 0%;
  display: block;
  width:.9%;
  height: 3.3%;
  display: block;
  overflow: hidden;
  background: url("../upimg/scx_02.png") no-repeat;
  background-size: 100% 100%;
}

.scx_01c_img b {
  transition: 0.3s linear;
  -webkit-transition: 0.3s linear;
  -o-transition: 0.3s linear;
  -moz-transition: 0.3s linear;
}

.scx_01c_img b.b1{left:8.5%;top:8.4%;}
.scx_01c_img b.b2{left:18.8%;top:8.4%;}
.scx_01c_img b.b3{left:28.9%;top:8.4%;}
.scx_01c_img b.b4{left:87.0%;top:8.4%;transform:rotate(180deg);-ms-transform:rotate(180deg);-moz-transform:rotate(180deg);-webkit-transform:rotate(180deg);-o-transform:rotate(180deg);}
.scx_01c_img b.b5{left:47.68%;top:21%;transform:rotate(90deg);-ms-transform:rotate(90deg);-moz-transform:rotate(90deg);-webkit-transform:rotate(90deg);-o-transform:rotate(90deg);}
.scx_01c_img b.b6{left:69.97%;top:21%;transform:rotate(90deg);-ms-transform:rotate(90deg);-moz-transform:rotate(90deg);-webkit-transform:rotate(90deg);-o-transform:rotate(90deg);}
.scx_01c_img b.b7{left:9.1%;top:53.1%;}
.scx_01c_img b.b8{left:20.3%;top:53.1%;}
.scx_01c_img b.b9{left:31.5%;top:53.1%;}
.scx_01c_img b.b10{left:42.5%;top:53.1%;}
.scx_01c_img b.b11{left:53.4%;top:53.1%;}
.scx_01c_img b.b12{left:64.5%;top:53.1%;}
.scx_01c_img b.b13{left:75.6%;top:53.1%;}
.scx_01c_img b.b14{left:86.8%;top:53.1%;}

.scx_01c_step_1 b.b1 {
  background: url("../upimg/scx_02_on.png") no-repeat;
  background-size: 100% 100%;
}

.scx_01c_step_1 b.b4 {
  background: url("../upimg/scx_02_on.png") no-repeat;
  background-size: 100% 100%;
}

.scx_01c_step_2 b.b1 {
  background: url("../upimg/scx_02_on.png") no-repeat;
  background-size: 100% 100%;
}

.scx_01c_step_2 b.b4 {
  background: url("../upimg/scx_02_on.png") no-repeat;
  background-size: 100% 100%;
}

.scx_01c_step_2 b.b2 {
  background: url("../upimg/scx_02_on.png") no-repeat;
  background-size: 100% 100%;
}

.scx_01c_step_3 b.b1 {
  background: url("../upimg/scx_02_on.png") no-repeat;
  background-size: 100% 100%;
}

.scx_01c_step_3 b.b4 {
  background: url("../upimg/scx_02_on.png") no-repeat;
  background-size: 100% 100%;
}

.scx_01c_step_3 b.b2 {
  background: url("../upimg/scx_02_on.png") no-repeat;
  background-size: 100% 100%;
}

.scx_01c_step_3 b.b3 {
  background: url("../upimg/scx_02_on.png") no-repeat;
  background-size: 100% 100%;
}

.scx_01c_step_4 b.b1 {
  background: url("../upimg/scx_02_on.png") no-repeat;
  background-size: 100% 100%;
}

.scx_01c_step_4 b.b4 {
  background: url("../upimg/scx_02_on.png") no-repeat;
  background-size: 100% 100%;
}

.scx_01c_step_4 b.b2 {
  background: url("../upimg/scx_02_on.png") no-repeat;
  background-size: 100% 100%;
}

.scx_01c_step_4 b.b3 {
  background: url("../upimg/scx_02_on.png") no-repeat;
  background-size: 100% 100%;
}

.scx_01c_step_4 b.b5 {
  background: url("../upimg/scx_02_on.png") no-repeat;
  background-size: 100% 100%;
}

.scx_01c_step_4 b.b6 {
  background: url("../upimg/scx_02_on.png") no-repeat;
  background-size: 100% 100%;
}

.scx_01c_step_5 b.b1 {
  background: url("../upimg/scx_02_on.png") no-repeat;
  background-size: 100% 100%;
}

.scx_01c_step_5 b.b4 {
  background: url("../upimg/scx_02_on.png") no-repeat;
  background-size: 100% 100%;
}

.scx_01c_step_5 b.b2 {
  background: url("../upimg/scx_02_on.png") no-repeat;
  background-size: 100% 100%;
}

.scx_01c_step_5 b.b3 {
  background: url("../upimg/scx_02_on.png") no-repeat;
  background-size: 100% 100%;
}

.scx_01c_step_5 b.b5 {
  background: url("../upimg/scx_02_on.png") no-repeat;
  background-size: 100% 100%;
}

.scx_01c_step_5 b.b6 {
  background: url("../upimg/scx_02_on.png") no-repeat;
  background-size: 100% 100%;
}

.scx_01c_step_5 b.b7 {
  background: url("../upimg/scx_02_on.png") no-repeat;
  background-size: 100% 100%;
}

.scx_01c_step_6 b.b1 {
  background: url("../upimg/scx_02_on.png") no-repeat;
  background-size: 100% 100%;
}

.scx_01c_step_6 b.b4 {
  background: url("../upimg/scx_02_on.png") no-repeat;
  background-size: 100% 100%;
}

.scx_01c_step_6 b.b2 {
  background: url("../upimg/scx_02_on.png") no-repeat;
  background-size: 100% 100%;
}

.scx_01c_step_6 b.b3 {
  background: url("../upimg/scx_02_on.png") no-repeat;
  background-size: 100% 100%;
}

.scx_01c_step_6 b.b5 {
  background: url("../upimg/scx_02_on.png") no-repeat;
  background-size: 100% 100%;
}

.scx_01c_step_6 b.b6 {
  background: url("../upimg/scx_02_on.png") no-repeat;
  background-size: 100% 100%;
}

.scx_01c_step_6 b.b7 {
  background: url("../upimg/scx_02_on.png") no-repeat;
  background-size: 100% 100%;
}

.scx_01c_step_6 b.b8 {
  background: url("../upimg/scx_02_on.png") no-repeat;
  background-size: 100% 100%;
}

.scx_01c_step_7 b.b1 {
  background: url("../upimg/scx_02_on.png") no-repeat;
  background-size: 100% 100%;
}

.scx_01c_step_7 b.b4 {
  background: url("../upimg/scx_02_on.png") no-repeat;
  background-size: 100% 100%;
}

.scx_01c_step_7 b.b2 {
  background: url("../upimg/scx_02_on.png") no-repeat;
  background-size: 100% 100%;
}

.scx_01c_step_7 b.b3 {
  background: url("../upimg/scx_02_on.png") no-repeat;
  background-size: 100% 100%;
}

.scx_01c_step_7 b.b5 {
  background: url("../upimg/scx_02_on.png") no-repeat;
  background-size: 100% 100%;
}

.scx_01c_step_7 b.b6 {
  background: url("../upimg/scx_02_on.png") no-repeat;
  background-size: 100% 100%;
}

.scx_01c_step_7 b.b7 {
  background: url("../upimg/scx_02_on.png") no-repeat;
  background-size: 100% 100%;
}

.scx_01c_step_7 b.b8 {
  background: url("../upimg/scx_02_on.png") no-repeat;
  background-size: 100% 100%;
}

.scx_01c_step_7 b.b9 {
  background: url("../upimg/scx_02_on.png") no-repeat;
  background-size: 100% 100%;
}

.scx_01c_step_8 b.b1 {
  background: url("../upimg/scx_02_on.png") no-repeat;
  background-size: 100% 100%;
}

.scx_01c_step_8 b.b4 {
  background: url("../upimg/scx_02_on.png") no-repeat;
  background-size: 100% 100%;
}

.scx_01c_step_8 b.b2 {
  background: url("../upimg/scx_02_on.png") no-repeat;
  background-size: 100% 100%;
}

.scx_01c_step_8 b.b3 {
  background: url("../upimg/scx_02_on.png") no-repeat;
  background-size: 100% 100%;
}

.scx_01c_step_8 b.b5 {
  background: url("../upimg/scx_02_on.png") no-repeat;
  background-size: 100% 100%;
}

.scx_01c_step_8 b.b6 {
  background: url("../upimg/scx_02_on.png") no-repeat;
  background-size: 100% 100%;
}

.scx_01c_step_8 b.b7 {
  background: url("../upimg/scx_02_on.png") no-repeat;
  background-size: 100% 100%;
}

.scx_01c_step_8 b.b8 {
  background: url("../upimg/scx_02_on.png") no-repeat;
  background-size: 100% 100%;
}

.scx_01c_step_8 b.b9 {
  background: url("../upimg/scx_02_on.png") no-repeat;
  background-size: 100% 100%;
}

.scx_01c_step_8 b.b10 {
  background: url("../upimg/scx_02_on.png") no-repeat;
  background-size: 100% 100%;
}

.scx_01c_step_9 b.b1 {
  background: url("../upimg/scx_02_on.png") no-repeat;
  background-size: 100% 100%;
}

.scx_01c_step_9 b.b4 {
  background: url("../upimg/scx_02_on.png") no-repeat;
  background-size: 100% 100%;
}

.scx_01c_step_9 b.b2 {
  background: url("../upimg/scx_02_on.png") no-repeat;
  background-size: 100% 100%;
}

.scx_01c_step_9 b.b3 {
  background: url("../upimg/scx_02_on.png") no-repeat;
  background-size: 100% 100%;
}

.scx_01c_step_9 b.b5 {
  background: url("../upimg/scx_02_on.png") no-repeat;
  background-size: 100% 100%;
}

.scx_01c_step_9 b.b6 {
  background: url("../upimg/scx_02_on.png") no-repeat;
  background-size: 100% 100%;
}

.scx_01c_step_9 b.b7 {
  background: url("../upimg/scx_02_on.png") no-repeat;
  background-size: 100% 100%;
}

.scx_01c_step_9 b.b8 {
  background: url("../upimg/scx_02_on.png") no-repeat;
  background-size: 100% 100%;
}

.scx_01c_step_9 b.b9 {
  background: url("../upimg/scx_02_on.png") no-repeat;
  background-size: 100% 100%;
}

.scx_01c_step_9 b.b10 {
  background: url("../upimg/scx_02_on.png") no-repeat;
  background-size: 100% 100%;
}

.scx_01c_step_9 b.b11 {
  background: url("../upimg/scx_02_on.png") no-repeat;
  background-size: 100% 100%;
}

.scx_01c_step_10 b.b1 {
  background: url("../upimg/scx_02_on.png") no-repeat;
  background-size: 100% 100%;
}

.scx_01c_step_10 b.b4 {
  background: url("../upimg/scx_02_on.png") no-repeat;
  background-size: 100% 100%;
}

.scx_01c_step_10 b.b2 {
  background: url("../upimg/scx_02_on.png") no-repeat;
  background-size: 100% 100%;
}

.scx_01c_step_10 b.b3 {
  background: url("../upimg/scx_02_on.png") no-repeat;
  background-size: 100% 100%;
}

.scx_01c_step_10 b.b5 {
  background: url("../upimg/scx_02_on.png") no-repeat;
  background-size: 100% 100%;
}

.scx_01c_step_10 b.b6 {
  background: url("../upimg/scx_02_on.png") no-repeat;
  background-size: 100% 100%;
}

.scx_01c_step_10 b.b7 {
  background: url("../upimg/scx_02_on.png") no-repeat;
  background-size: 100% 100%;
}

.scx_01c_step_10 b.b8 {
  background: url("../upimg/scx_02_on.png") no-repeat;
  background-size: 100% 100%;
}

.scx_01c_step_10 b.b9 {
  background: url("../upimg/scx_02_on.png") no-repeat;
  background-size: 100% 100%;
}

.scx_01c_step_10 b.b10 {
  background: url("../upimg/scx_02_on.png") no-repeat;
  background-size: 100% 100%;
}

.scx_01c_step_10 b.b11 {
  background: url("../upimg/scx_02_on.png") no-repeat;
  background-size: 100% 100%;
}

.scx_01c_step_10 b.b12 {
  background: url("../upimg/scx_02_on.png") no-repeat;
  background-size: 100% 100%;
}

.scx_01c_step_11 b.b1 {
  background: url("../upimg/scx_02_on.png") no-repeat;
  background-size: 100% 100%;
}

.scx_01c_step_11 b.b4 {
  background: url("../upimg/scx_02_on.png") no-repeat;
  background-size: 100% 100%;
}

.scx_01c_step_11 b.b2 {
  background: url("../upimg/scx_02_on.png") no-repeat;
  background-size: 100% 100%;
}

.scx_01c_step_11 b.b3 {
  background: url("../upimg/scx_02_on.png") no-repeat;
  background-size: 100% 100%;
}

.scx_01c_step_11 b.b5 {
  background: url("../upimg/scx_02_on.png") no-repeat;
  background-size: 100% 100%;
}

.scx_01c_step_11 b.b6 {
  background: url("../upimg/scx_02_on.png") no-repeat;
  background-size: 100% 100%;
}

.scx_01c_step_11 b.b7 {
  background: url("../upimg/scx_02_on.png") no-repeat;
  background-size: 100% 100%;
}

.scx_01c_step_11 b.b8 {
  background: url("../upimg/scx_02_on.png") no-repeat;
  background-size: 100% 100%;
}

.scx_01c_step_11 b.b9 {
  background: url("../upimg/scx_02_on.png") no-repeat;
  background-size: 100% 100%;
}

.scx_01c_step_11 b.b10 {
  background: url("../upimg/scx_02_on.png") no-repeat;
  background-size: 100% 100%;
}

.scx_01c_step_11 b.b11 {
  background: url("../upimg/scx_02_on.png") no-repeat;
  background-size: 100% 100%;
}

.scx_01c_step_11 b.b12 {
  background: url("../upimg/scx_02_on.png") no-repeat;
  background-size: 100% 100%;
}

.scx_01c_step_11 b.b13 {
  background: url("../upimg/scx_02_on.png") no-repeat;
  background-size: 100% 100%;
}

.scx_01c_step_12 b.b1 {
  background: url("../upimg/scx_02_on.png") no-repeat;
  background-size: 100% 100%;
}

.scx_01c_step_12 b.b4 {
  background: url("../upimg/scx_02_on.png") no-repeat;
  background-size: 100% 100%;
}

.scx_01c_step_12 b.b2 {
  background: url("../upimg/scx_02_on.png") no-repeat;
  background-size: 100% 100%;
}

.scx_01c_step_12 b.b3 {
  background: url("../upimg/scx_02_on.png") no-repeat;
  background-size: 100% 100%;
}

.scx_01c_step_12 b.b5 {
  background: url("../upimg/scx_02_on.png") no-repeat;
  background-size: 100% 100%;
}

.scx_01c_step_12 b.b6 {
  background: url("../upimg/scx_02_on.png") no-repeat;
  background-size: 100% 100%;
}

.scx_01c_step_12 b.b7 {
  background: url("../upimg/scx_02_on.png") no-repeat;
  background-size: 100% 100%;
}

.scx_01c_step_12 b.b8 {
  background: url("../upimg/scx_02_on.png") no-repeat;
  background-size: 100% 100%;
}

.scx_01c_step_12 b.b9 {
  background: url("../upimg/scx_02_on.png") no-repeat;
  background-size: 100% 100%;
}

.scx_01c_step_12 b.b10 {
  background: url("../upimg/scx_02_on.png") no-repeat;
  background-size: 100% 100%;
}

.scx_01c_step_12 b.b11 {
  background: url("../upimg/scx_02_on.png") no-repeat;
  background-size: 100% 100%;
}

.scx_01c_step_12 b.b12 {
  background: url("../upimg/scx_02_on.png") no-repeat;
  background-size: 100% 100%;
}

.scx_01c_step_12 b.b13 {
  background: url("../upimg/scx_02_on.png") no-repeat;
  background-size: 100% 100%;
}

.scx_01c_step_12 b.b14 {
  background: url("../upimg/scx_02_on.png") no-repeat;
  background-size: 100% 100%;
}

.scx_01c_step_13 b.b1 {
  background: url("../upimg/scx_02_on.png") no-repeat;
  background-size: 100% 100%;
}

.scx_01c_step_13 b.b4 {
  background: url("../upimg/scx_02_on.png") no-repeat;
  background-size: 100% 100%;
}

.scx_01c_step_13 b.b2 {
  background: url("../upimg/scx_02_on.png") no-repeat;
  background-size: 100% 100%;
}

.scx_01c_step_13 b.b3 {
  background: url("../upimg/scx_02_on.png") no-repeat;
  background-size: 100% 100%;
}

.scx_01c_step_13 b.b5 {
  background: url("../upimg/scx_02_on.png") no-repeat;
  background-size: 100% 100%;
}

.scx_01c_step_13 b.b6 {
  background: url("../upimg/scx_02_on.png") no-repeat;
  background-size: 100% 100%;
}

.scx_01c_step_13 b.b7 {
  background: url("../upimg/scx_02_on.png") no-repeat;
  background-size: 100% 100%;
}

.scx_01c_step_13 b.b8 {
  background: url("../upimg/scx_02_on.png") no-repeat;
  background-size: 100% 100%;
}

.scx_01c_step_13 b.b9 {
  background: url("../upimg/scx_02_on.png") no-repeat;
  background-size: 100% 100%;
}

.scx_01c_step_13 b.b10 {
  background: url("../upimg/scx_02_on.png") no-repeat;
  background-size: 100% 100%;
}

.scx_01c_step_13 b.b11 {
  background: url("../upimg/scx_02_on.png") no-repeat;
  background-size: 100% 100%;
}

.scx_01c_step_13 b.b12 {
  background: url("../upimg/scx_02_on.png") no-repeat;
  background-size: 100% 100%;
}

.scx_01c_step_13 b.b13 {
  background: url("../upimg/scx_02_on.png") no-repeat;
  background-size: 100% 100%;
}

.scx_01c_step_13 b.b14 {
  background: url("../upimg/scx_02_on.png") no-repeat;
  background-size: 100% 100%;
}

.scx_01c_step_13 b.b15 {
  background: url("../upimg/scx_02_on.png") no-repeat;
  background-size: 100% 100%;
}

.scx_02 {
  overflow: hidden;
  background-color: #fff;
  padding: 1.3rem 0px;
}

.scx_02_c {
  width: 100%;
  overflow: hidden;
  margin-top: 0.6rem;
}

.scx_02_c img {
  max-width: 100%;
  display: block;
  margin: 0px auto;
  padding: 0px;
}

.scx_02_b {
  width: 100%;
  overflow: hidden;
  margin-top: 0.3rem;
  position: relative;
  padding: 0px 1.3rem;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.scx_02_b .scx_02b_prev {
  width: 0.27rem;
  height: 100%;
  display: block;
  overflow: hidden;
  background: url("../images/in_08.png") 50% no-repeat;
  background-size: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 999;
}

.scx_02_b .scx_02b_prev:hover {
  background: url("../images/in_01_on.png") 50% no-repeat;
  background-size: 100%;
}

.scx_02_b .scx_02b_next {
  width: 0.27rem;
  height: 100%;
  display: block;
  overflow: hidden;
  background: url("../images/in_09.png") 50% no-repeat;
  background-size: 100%;
  position: absolute;
  right: 0px;
  top: 0px;
  z-index: 999;
}

.scx_02_b .scx_02b_next:hover {
  background: url("../images/in_02_on.png") 50% no-repeat;
  background-size: 100%;
}

.scx_02b_slide {
  width: 100%;
  overflow: hidden;
}

.scx_02b_slide .swiper-slide {
  width: 20%;
  overflow: hidden;
}

.scx_02b_slide .swiper-slide a {
  width: 100%;
  display: block;
  overflow: hidden;
  position: relative;
}

.scx_02b_slide .swiper-slide a::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  overflow: hidden;
  position: absolute;
  left: 0px;
  top: 0px;
  border: 0.01rem solid #e5e5e5;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  transition: 0.3s linear;
  -webkit-transition: 0.3s linear;
  -o-transition: 0.3s linear;
  -moz-transition: 0.3s linear;
}

.scx_02b_slide .swiper-slide a img {
  width: 100%;
  display: block;
}

.scx_02b_slide .swiper-slide a.on::before {
  border: 0.03rem solid #eb7930;
}

.scx_03 {
  overflow: hidden;
  background: url("../images/job_01.webp") 100% 0% no-repeat #f9f9f9;
  background-size: 6rem;
  padding: 1.3rem 0px 1.5rem 0px;
  position: relative;
}

.scx_03_c {
  width: 100%;
  overflow: hidden;
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  margin-top: 0.6rem;
  background-color: #fff;
}

.scx_03_c .fl {
  width: 7rem;
  height: 6rem;
  overflow: hidden;
}

.scx_03c_slide {
  width: 100%;
  overflow: hidden;
}

.scx_03c_slide .swiper-slide {
  width: 100%;
  overflow: hidden;
}

.scx_03c_slide .swiper-slide img {
  width: 100%;
  height: 6rem;
  display: block;
  object-fit: cover;
}

.scx_03_c .fr {
  width: calc(100% - 7rem);
  overflow: hidden;
  padding: 0px 1rem;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.scx_03c_r {
  width: 100%;
  overflow: hidden;
}

.scx_03c_r ul li {
  width: 100%;
  overflow: hidden;
  border-bottom: 0.01rem solid #e5e5e5;
  padding: 0.3rem 0px;
  transition: 0.3s linear;
  -webkit-transition: 0.3s linear;
  -o-transition: 0.3s linear;
  -moz-transition: 0.3s linear;
}

.scx_03c_r ul li .scx_03cr_t {
  width: 100%;
  overflow: hidden;
  padding-right: 0.3rem;
  position: relative;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  cursor: pointer;
}

.scx_03c_r ul li .scx_03cr_t p {
  width: 100%;
  overflow: hidden;
}

.scx_03c_r ul li .scx_03cr_t p.p1 {
  color: #333;
  line-height: 1.5;
  font-family: albb_medium;
}

.scx_03c_r ul li .scx_03cr_t p.p2 {
  color: #666;
  line-height: 1.5;
}

.scx_03c_r ul li .scx_03cr_t::before {
  content: "";
  width: 0.22rem;
  height: 0.22rem;
  display: block;
  overflow: hidden;
  background: url("../images/scx_01.png") 50% no-repeat;
  background-size: 100%;
  position: absolute;
  right: 0px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 99;
}

.scx_03c_r ul li:last-child {
  border-bottom: 0px;
}

.scx_03c_r ul li .scx_03cr_c {
  width: 100%;
  overflow: hidden;
  padding-top: 0.1rem;
  display: none;
}

.scx_03c_r ul li .scx_03cr_c p {
  width: 100%;
  overflow: hidden;
  position: relative;
  line-height: 0.3rem;
  padding-left: 0.2rem;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.scx_03c_r ul li .scx_03cr_c p::before {
  content: "";
  width: 0.06rem;
  height: 0.06rem;
  display: block;
  overflow: hidden;
  background-color: #eb7930;
  position: absolute;
  left: 0px;
  top: 0.12rem;
}

.scx_03c_r ul li.on .scx_03cr_t::before {
  background: url("../images/scx_02.png") 50% no-repeat;
  background-size: 100%;
}

.qzd_01 {
  overflow: hidden;
  position: relative;
  padding-top: 1rem;
}

.qzd_01_bg {
  width: 100%;
  height: 0%;
  overflow: hidden;
  position: absolute;
  left: 0px;
  top: 0px;
  background-color: #f9f9f9;
  z-index: 1;
}

.qzd_01 .wrap_c1 {
  position: relative;
  z-index: 9;
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  border-bottom: 0.01rem solid #eaeaea;
  padding-bottom: 1.3rem;
}

.qzd_01 .fr {
  width: 6.6rem;
  overflow: hidden;
}

.qzd_01 .fr .qzd_01_video {
  width: 100%;
  overflow: hidden;
  position: relative;
  border-radius: 0.03rem;
}

.qzd_01 .fr .qzd_01_video img {
  width: 100%;
  display: block;
}

.qzd_01 .fr .qzd_01_video em {
  width: 1.1rem;
  height: 1.1rem;
  display: block;
  font-style: normal;
  overflow: visible;
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 9;
  transform: translate(-50%, -50%);
}

.qzd_01 .fr .qzd_01_video em::before {
  content: "";
  width: 0.7rem;
  height: 0.7rem;
  display: block;
  overflow: hidden;
  background: url("../images/qzd_01.png") 50% no-repeat;
  background-size: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 9;
}

.qzd_01 .fr .qzd_01_video em::after {
  content: "";
  width: 0.7rem;
  height: 0.7rem;
  margin-left: -0.35rem;
  margin-top: -0.35rem;
  display: block;
  overflow: hidden;
  background-color: rgba(255, 255, 255, 0.25);
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 4;
  border-radius: 50%;
  -webkit-animation: ksan 2.1s linear infinite;
  animation: ksan 2.1s linear infinite;
}

.qzd_01 .fr .qzd_01_video video {
  position: absolute;
  width: 100%;
  height: 100%;
}

.qzd_01 .fl {
  width: calc(100% - 6.6rem - 1.2rem);
  overflow: hidden;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
}

.qzd_01lc_c {
  width: 100%;
  overflow: hidden;
  margin-top: 0.3rem;
  text-align: justify;
  text-justify: inter-ideograph;
  line-height: 1.8;
}

.qzd_01lc_c p {
  line-height: 1.8;
}

.qzd_02 {
  overflow: hidden;
  padding: 1.3rem 0px;
}

.qzd_02_c {
  width: 100%;
  overflow: hidden;
  margin-top: 0.6rem;
}

.qzd_02_c ul li {
  width: 100%;
  overflow: hidden;
  background-color: #f9f9f9;
  position: relative;
  padding: 0.25rem 0.4rem 0.2rem 0.7rem;
  line-height: 0.3rem;
  border-radius: 0.03rem;
  color: #000;
  margin-bottom: 0.1rem;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.qzd_02_c ul li:last-child {
  margin-bottom: 0px;
}

.qzd_02_c ul li::before {
  content: "";
  width: 0.1rem;
  height: 0.1rem;
  display: block;
  overflow: hidden;
  background-color: #eb7930;
  position: absolute;
  left: 0.4rem;
  top: 0.35rem;
}

.qzd_03 {
  overflow: hidden;
  background: url("../images/lmse_01.webp") 0% 0% no-repeat #f9f9f9;
  padding: 1.3rem 0px;
  background-size: 6.1rem;
}

.qzd_03 .wrap_c1 {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
}

.qzd_03 .fr {
  width: 4.7rem;
  overflow: hidden;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
}

.qzd_03 .fr img {
  width: 100%;
  display: block;
}

.qzd_03 .fl {
  width: calc(100% - 4.7rem - 1.2rem);
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
}

.qzd_03 .fl .qzd_03l_c {
  width: 100%;
  overflow: visible;
}

.qzd_03lc_c {
  width: 100%;
  overflow: visible;
  margin-top: 0.3rem;
  text-align: justify;
  text-justify: inter-ideograph;
}

.qzd_03lc_b {
  width: 100%;
  overflow: visible;
  margin-top: 0.6rem;
}

.qzd_03lc_b a {
  display: inline-block;
  line-height: 0.54rem;
  padding: 0px 0.45rem;
  border-radius: 0.03rem;
  background-color: #eb7930;
  color: #fff;
}

.qzd_03lc_b a:hover {
  color: #fff;
  -moz-box-shadow: 0px 0rem 0.3rem rgba(235, 121, 48, 0.3);
  -webkit-box-shadow: 0px 0rem 0.3rem rgba(235, 121, 48, 0.3);
  box-shadow: 0px 0rem 0.3rem rgba(235, 121, 48, 0.3);
}

.tsearchbox1 {
  width: 1.7rem;
  height: 0.4rem;
  border-radius: 0.2rem;
  border: solid #d2d2d2 1px;
  position: absolute;
  right: 0;
  display: flex;
  justify-content: space-between;
  top: 0.3rem;
  opacity: 0;
  transition: all 0.3s linear;
  background: #fff;
}

.tsearchbox1 input {
  border: none;
  background: none;
}

.tsearchbox1 input.input1 {
  margin-left: 0.2rem;
  width: calc(100% - 0.6rem);
  color: #333;
}

.tsearchbox1 input.input1::placeholder {
  color: #999;
}

.tsearchbox1 input.search {
  width: 0.18rem;
  background: url("../upimg/w/search_ico1.png") center no-repeat;
  background-size: 100%;
  margin-right: 0.2rem;
  cursor: pointer;
}

.yjsz_02 {
  position: relative;
}

.yjsz_02_w {
  width: 0.2rem;
  height: 100%;
  overflow: hidden;
  pointer-events: none;
}

.yjsz_02_b {
  width: 100%;
  overflow: hidden;
  margin-top: 0rem;
}

.yjsz_02_b ul {
  width: 100%;
  overflow: hidden;
}

.yjsz_02_b ul li {
  float: left;
  height: 4.95rem;
  overflow: hidden;
  margin-right: 0.2rem;
  cursor: pointer;
  transition: 0.3s linear;
  -webkit-transition: 0.3s linear;
  -o-transition: 0.3s linear;
  -moz-transition: 0.3s linear;
}

.yjsz_02_b ul li img {
  width: 8.8rem;
  display: block;
  height: 100%;
  object-fit: cover;
}

.yjsz_02_b ul li.on {
  width: 8.8rem !important;
}

.yjsz_02_b ul li:last-child {
  margin-right: 0px;
}

@media screen and (max-width: 1200px) {
  .container {
    height: 100%;
    position: relative;
  }
}
@media screen and (max-width: 1023px) {
  .wrap {
    max-width: 100%;
    margin: 0px auto;
  }
  .wrap_in {
    margin: 0px 20px;
    padding: 0px;
    position: relative;
  }
  .wrap_c {
    width: auto;
    padding: 0px 20px;
    margin: 0px auto;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
  }
  .wrap_c1 {
    width: auto;
    padding: 0px 20px;
    margin: 0px auto;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
  }
  .w_pc {
    display: none !important;
  }
  .w_wap {
    display: block !important;
  }
  #navmenu_click {
    float: right;
    position: relative;
    z-index: 9991;
    margin-left: 0.4rem;
    height: 1rem;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    justify-content: center;
  }
  #navmenu_click a {
    width: 0.4rem;
    height: 0.4rem;
    display: block;
    overflow: hidden;
    background: url("../images/menu_01_on.svg") center no-repeat;
    background-size: 100%;
    outline: none;
  }
  #navmenu_click a.on {
    background: url("../images/menu_02_on.svg") center no-repeat;
    background-size: 20px;
    outline: none;
  }
  .topfr .fr a.a1 {
    width: 0.24rem;
  }
  .topfr .fc {
    width: 100%;
    overflow: hidden;
    position: absolute;
    left: 0px;
    top: 1rem;
    display: block;
    height: auto;
    display: none;
  }
  .topfr .fc.on {
    display: block;
  }
  .menufr {
    width: 100%;
    border-top: 0.01rem solid #eee;
    overflow: hidden;
    background-color: #fff;
    height: calc(100vh - 1rem);
  }
  .menufr ul {
    width: 100%;
    overflow: hidden;
  }
  .menufr ul li {
    width: 100%;
    overflow: hidden;
    padding: 0px;
    border-bottom: 0.01rem solid #eee;
  }
  .menufr ul li::before {
    display: none;
  }
  .menufr ul li .menu_t::before {
    display: none;
  }
  .menufr ul li .menu_t {
    justify-content: flex-start;
    padding: 0px 20px;
    position: relative;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
  }
  .menufr ul li.sub .menu_t::after {
    content: "";
    width: 0.14rem;
    height: 100%;
    display: block;
    overflow: hidden;
    background: url("../images/top_04.png") 50% no-repeat;
    background-size: 100%;
    position: absolute;
    right: 20px;
    top: 0px;
    z-index: 9;
  }
  .menufr ul li.sub .menu_t::after {
    transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -o-transform: rotate(90deg);
  }
  .menufr ul li .menu_c {
    position: relative;
    top: 0px;
  }
  .menufr ul li .menu_c1 {
    padding-bottom: 0.05rem;
  }
  .menufr ul li .menu_c1 p {
    padding: 0.05rem 20px;
    line-height: 0.44rem;
  }
  .menufr ul li .menu_c2 {
    padding-bottom: 0.05rem;
  }
  .menufr ul li .menu_c2 .muc2_li {
    overflow: hidden;
  }
  .menufr ul li .menu_c2 .muc2_li .muc2_li_t {
    padding: 0rem 20px;
    margin: 0.05rem 0px;
    height: 0.44rem;
    line-height: 0.44rem;
    position: relative;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    justify-content: flex-start;
  }
  .menufr ul li .menu_c2 .muc2_li .muc2_li_t a.a1 {
    width: auto;
    background: none;
    display: inline-block;
  }
  .menufr ul li .menu_c2 .muc2_li.sub .muc2_li_t::after {
    content: "";
    width: 0.14rem;
    height: 100%;
    display: block;
    overflow: hidden;
    background: url("../images/top_04.png") 50% no-repeat;
    background-size: 100%;
    position: absolute;
    right: 20px;
    top: 0px;
    z-index: 9;
  }
  .menufr ul li .menu_c2 .muc2_li.sub .muc2_li_t::after {
    transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
  }
  .menufr ul li .menu_c2 .muc2_li.on .muc2_li_t a.a1 {
    background: none;
  }
  .menufr ul li .menu_c2 .muc2_li .muc2_li_c {
    display: none;
  }
  .subfr {
    width: 100%;
    height: calc(100vh - 1rem);
    overflow: hidden;
    background-color: #fff;
    position: absolute;
    left: 0px;
    top: 1rem;
    z-index: 999;
    display: none;
  }
  .subfr.on {
    display: block;
  }
  .subfr p {
    width: calc(100% - 40px);
    overflow: hidden;
    padding: 0.05rem 0px;
    line-height: 0.44rem;
    margin: 0px auto;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
  }
  .subfr p a {
    color: #333;
  }
  .subfr p.p1 {
    border-bottom: 0.01rem solid #eee;
    padding: 0.1rem 0px;
    margin-bottom: 0.1rem;
  }
  .subfr p.p1 a {
    display: inline-block;
    background: url("../images/top_05.png") 0% calc(50% - 0.01rem) no-repeat;
    background-size: 0.14rem;
    padding-left: 0.3rem;
  }
  .menufr ul li.on.sub .menu_t a {
    color: #eb7930;
  }
  .menufr ul li.on.sub .menu_t::after {
    background: url("../images/top_03.png") 50% no-repeat;
    background-size: 100%;
    transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
  }
  .in_02 {
    background: url("../upimg/in_01.webp") 100% 0% no-repeat #f0f0f0;
    background-size: auto 28%;
  }
  .in_02_c ul {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 0px;
  }
  .in_02_c ul li {
    width: 100%;
  }
  .in_03_c ul {
    display: block;
  }
  .in_03_c ul li {
    width: 100%;
    height: 4rem;
  }
  .in_03_c ul li:nth-child(2) {
    width: 100%;
  }
  .in_03_c ul li em.em2 {
    padding: 0px 0.4rem;
  }
  .in_03_c ul li em.em3 {
    margin-top: 0.3rem;
  }
  .in_02 {
    padding-bottom: 1rem;
  }
  .in_03 {
    padding-bottom: 1rem;
  }
  .in_04_c {
    display: block;
  }
  .in_04_c .fl {
    width: 100%;
  }
  .in_04_c .fr {
    width: 100%;
    padding: 0.5rem 0px 0px 0px;
  }
  .in_04_c .fr::before {
    width: 100%;
    height: 0.01rem;
    position: absolute;
    left: 0px;
    top: 0px;
  }
  .in_04_c .fl ul li a {
    display: block;
    height: auto;
  }
  .in_04_c .fl ul li em.em1 {
    height: 0px;
    width: 100%;
    padding-bottom: 56.25%;
  }
  .in_04_c .fl ul li em.em1 span {
    width: 100%;
    position: absolute;
    top: 0px;
    transform: translateY(0%);
    padding: 0px;
    height: 100%;
  }
  .in_04_c .fl ul li em.em2 {
    width: 100%;
    margin-top: 0.4rem;
  }
  .in_04_c .fl ul li em.em2 span.sp1 {
    line-height: 0.36rem;
    max-height: 0.72rem;
  }
  .in_04_c .fl ul li em.em2 span.sp2 {
    line-height: 0.36rem;
    max-height: 0.72rem;
  }
  .in_04_c .fl ul li:last-child {
    padding-bottom: 0.5rem;
  }
  .in_04_c .fr em.em2 span.sp1 {
    line-height: 0.36rem;
    max-height: 0.72rem;
  }
  .in_04_c .fr em.em2 span.sp2 {
    line-height: 0.36rem;
  }
  .in_04_c .fr em.em2 span.sp3 {
    line-height: 0.4rem;
  }
  .btn_01 .fr {
    float: none;
    margin: 0px auto;
    padding: 0px;
    width: 4rem;
  }
  .btn_01 .fl {
    width: 100%;
    display: none;
  }
  .btn_02 .fr {
    width: 100%;
    text-align: center;
  }
  .btn_02 .fr div {
    display: inline-block;
  }
  .btn_02 .fl {
    width: 100%;
    text-align: center;
    line-height: 1.6;
    padding-top: 0rem;
  }
  .lxwm_02_c {
    padding: 0px 0.2rem;
  }
  .lxwm_02_c ul {
    display: block;
    padding: 0.2rem 0px;
  }
  .lxwm_02_c ul li {
    width: 100%;
  }
  .lxwm_03_c ul li {
    width: 100%;
    margin-right: 0px;
  }
  .lxwm_03_c ul li {
    height: 0.7rem;
  }
  .lxwm_03_c ul li span {
    line-height: 0.7rem;
  }
  .lxwm_03_c ul li input.lxwm_03_txt {
    height: 0.7rem;
  }
  .lxwm_03_c ul li input.lxwm_03_yzm {
    width: 2rem;
    height: 0.7rem;
  }
  .lxwm_03_c ul li input.lxwm_03_btn {
    height: 0.7rem;
  }
  .job_01_c ul {
    grid-template-columns: repeat(1, 1fr);
  }
  .job_01_c ul li {
    display: block;
  }
  .job_01_c ul li em.em1 {
    width: 100%;
    height: auto;
  }
  .job_01_c ul li em.em1 img {
    position: relative;
  }
  .job_01_c ul li em.em2 {
    width: 100%;
    padding: 0.4rem;
  }
  .job_02 {
    padding: 1rem 0px;
  }
  .job_02_c .job_02cs_prev {
    left: 0.2rem;
  }
  .job_02_c .job_02cs_next {
    right: 0.2rem;
  }
  .job_03 {
    padding: 1rem 0px;
  }
  .job_03_c {
    display: block;
  }
  .job_03_c .fl {
    width: 100%;
  }
  .job_03_c .fr {
    width: 100%;
    height: auto;
    padding: 0.4rem;
  }
  .job_04 {
    padding: 1rem 0px;
  }
  .job_04_c ul li {
    padding: 0.2rem 0.4rem;
  }
  .job_04_c ul li em.em1 {
    width: 100%;
  }
  .job_04_c ul li em.em2 {
    width: 100%;
    margin-left: 0px;
  }
  .job_04_c ul li em.em3 {
    width: 100%;
  }
  .pagesfr span.sp2 {
    display: none;
  }
  .pagesfr span.sp3 {
    display: none;
  }
  .pagesfr span.sp4 {
    display: none;
  }
  .pagesfr span.sp1 {
    display: none;
  }
  .pagesfr input {
    display: none;
  }
  .pagesfr a {
    display: none;
  }
  .pagesfr a.a1 {
    display: inline-block;
  }
  .pagesfr a.a2 {
    display: inline-block;
  }
  .pagesfr a.on {
    display: inline-block;
  }
  .jobxq_04 a {
    width: 100%;
  }
  .jobxq_04 a.fr {
    margin-top: 0.2rem;
  }
  .navfr .fr ul li {
    max-width: 1.4rem;
    line-height: 1.3;
    margin-left: 0.2rem;
    text-align: center;
  }
  .qzd_01 .wrap_c1 {
    flex-direction: column;
  }
  .qzd_01 .fl {
    widtH: 100%;
  }
  .qzd_01 .fr {
    width: 100%;
    margin-top: 0.4rem;
  }
  .qzd_02 {
    padding: 1rem 0px;
  }
  .qzd_02_c ul li {
    line-height: 0.4rem;
  }
  .qzd_02_c ul li::before {
    top: 0.38rem;
  }
  .qzd_03 {
    padding: 1rem 0px;
  }
  .qzd_03 .wrap_c1 {
    display: block;
  }
  .qzd_03 .fl {
    width: 100%;
  }
  .qzd_03 .fr {
    width: 100%;
    margin-top: 0.4rem;
  }
  .scx_01_c {
    padding: 0.1rem;
  }
  .scx_02 {
    padding: 1rem 0px;
  }
  .scx_02_b {
    padding: 0px 0.6rem;
  }
  .scx_03 {
    padding: 1rem 0px;
  }
  .scx_03_c {
    display: block;
  }
  .scx_03_c .fl {
    width: 100%;
    height: auto;
  }
  .scx_03_c .fr {
    width: 100%;
    padding: 0px 0.4rem;
  }
  .scx_03c_slide .swiper-slide img {
    height: auto;
  }
  .scx_03c_r ul li .scx_03cr_c p {
    line-height: 0.4rem;
  }
  .lmes_02 ul li {
    font-size: 0.25rem;
    line-height: 1.3;
  }
  .lmes_04r_c {
    padding: 0.4rem;
    display: block;
  }
  .lmes_04r_c .fl {
    width: 100%;
  }
  .lmes_04r_c .fl ul {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 0px;
  }
  .lmes_04r_c .fl::before {
    width: 100%;
    bottom: 0px;
    top: initial;
    height: 0.01rem;
  }
  .lmes_04r_c .fl ul li.on::before {
    display: none;
  }
  .lmes_04r_c .fl ul li {
    margin-bottom: 0.3rem;
  }
  .lmes_04r_c .fr {
    widtH: 100%;
    margin-top: 0.3rem;
  }
  .lmes_05 {
    padding-top: 0px;
  }
  .lmes_05fr {
    display: block;
  }
  .lmes_05fr .fl {
    width: 100%;
  }
  .lmes_05fr .fr {
    width: 100%;
    margin-top: 0.4rem;
    padding-top: 0.6rem;
  }
  .lmes_05fr .fr .lmes_05_prev {
    bottom: initial;
    top: 0px;
  }
  .lmes_05fr .fr .lmes_05_next {
    bottom: initial;
    top: 0px;
  }
  .yjsz_02 {
    padding-top: 1rem;
  }
  .sstcfr {
    height: 0.5rem;
    top: 0.24rem;
    right: calc(20px + 1.58rem);
  }
  .sstcfr .sstc_btn {
    width: 0.5rem;
    height: 0.5rem;
    background-size: 0.24rem;
  }
  .sstcfr.on {
    width: 2.2rem;
  }
  .in_01_slide {
    height: auto;
  }
  .in_01_slide .swiper-slide .in_01_bg {
    height: auto;
    position: relative;
  }
  .in_01_slide .swiper-slide .in_01_bg img {
    width: 100%;
    height: auto;
    display: block;
    position: relative;
  }
  .in_01_slide .in_01s_next {
    display: none;
  }
  .in_01_slide .in_01s_prev {
    display: none;
  }
}
@media screen and (max-width: 750px) {
  .in_02 .in_02_bg img {
    right: -10%;
    top: -10%;
    height: 85%;
  }
  .in_02 .in_02_bg::before {
    width: 130%;
    background: linear-gradient(to right, rgba(240, 240, 240, 0.85) 50%, rgba(240, 240, 240, 0.4) 100%);
  }
  .in_03_c ul li:nth-child(3) em.em1 img {
    height: 160%;
  }
  .job_03_c .fl .job_03cl_img {
    height: auto;
  }
  .job_03_c .fl .job_03cl_img img {
    height: auto;
  }
}


@media screen and (max-width:1023px) {
    .in_03_c ul li{height:5rem;}
    .in_03_c ul li em.em1 img{height:100%}
    .in_03_c ul li:nth-child(3) em.em1 img{object-position:0% 50%;}

    .lmes_05fr .fl{height:auto;}
    .lmes_05_slide{height:auto;}
    .lmes_05_slide .swiper-slide .lmes_05_img{height:auto;}

    .job_03crc_slide .swiper-slide{height:auto;}
    .job_03crc_slide .swiper-slide .job_03crc_img{height:0px;padding-bottom:56.25%;}
    .job_03crc_slide{height:3rem;}

    .job_03_c .fl .job_03cl_img{height:auto;}
    .job_01_c ul{grid-template-columns:repeat(2, 1fr);}

    .menufr>ul>li:nth-child(2) .menu_c{width:100%;}
    .menufr>ul>li:nth-child(4) .menu_c{width:100%;}

    .in_03_c ul{display:grid;grid-template-columns:repeat(3,1fr);}

}
@media screen and (max-width: 750px) {
    .job_01_c ul{grid-template-columns:repeat(1, 1fr);}

    .job_03crc_slide .swiper-slide{height:auto;}
    .job_03crc_slide .swiper-slide .job_03crc_img{height:0px;padding-bottom:56.25%;}
    .job_03crc_slide{height:3rem;}

    .in_03_c ul{display:block;}
}


/*202404*/
.scx_03_c img{max-width:100%;height:auto !important;}

.scx_03_c{display:block;font-size:.18rem;background:none;}


 .scx_03{padding:.8rem 0px;}
 .scx_02{padding:.8rem 0px;}
 .scx_01{padding:.8rem 0px;}

 .ab_bg1{padding:1.3rem 0px;}
 .ab_bg2{padding:.8rem 0px;}
 .ab_bg3{padding:.8rem 0px;}

 .qzd_01 .wrap_c1{padding-bottom:.8rem;}
 .qzd_02{padding:.8rem 0px;}

 .qzd_03{padding:.8rem 0px;}

 .yjsz_01{padding:.8rem 0px;}

 .yjsz_02{padding:.8rem 0px;}
 
 .lmesfr{padding:.8rem 0px;}
 .lmes_05{padding-top:0px;}

 .job_01{padding-top:.8rem;padding-bottom:1rem;}

 .job_02{padding:.8rem 0px;}
 .job_03{padding:.8rem 0px;}
 .job_04{padding:.8rem 0px;}

 .lxwm_01{padding-top:.8rem;}
 .lxwm_03{padding-top:.8rem;}

@media screen and (max-width:1023px) {

    .scx_03{padding:.4rem 0px;}
    .scx_02{padding:.4rem 0px;}
    .scx_01{padding:.4rem 0px;}

    .ab_bg1{padding:.4rem 0px;}
    .ab_bg2{padding:.4rem 0px;}
    .ab_bg3{padding:.4rem 0px;}

    .qzd_01 .wrap_c1{padding-bottom:.4rem;}
    
    .qzd_02{padding:.4rem 0px;}
    .qzd_03{padding:.4rem 0px;}

    .yjsz_01{padding:.4rem 0px;}

    .yjsz_02{padding:.4rem 0px;}

    .lmesfr{padding:.4rem 0px;}

    .job_01{padding-top:.4rem;padding-bottom:.4rem;}
    .job_02{padding:.4rem 0px;}
    .job_03{padding:.4rem 0px;}
    .job_04{padding:.4rem 0px;}

    .lxwm_01{padding-top:.4rem;}
    .lxwm_03{padding-top:.4rem;}
}

